#6C1FDF

Color #6C1FDF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6C1FDF

Tints of Purple Heart #6C1FDF

Color information

#6C1FDF (or 0x6C1FDF) is unknown color: approx Purple Heart. HEX triplet: 6C, 1F and DF. RGB value is (108,31,223). Sum of RGB (Red+Green+Blue) = 108+31+223=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C1FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1FDF is #93E020. Grayscale: #4B4B4B. Windows color (decimal): -9691169 or 14622572. OLE color: 14622572.

HSL color Cylindrical-coordinate representation of color #6C1FDF: hue angle of 264.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C1FDF is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10831223-
CMYK0.520.8600.13
HSL264.06º75.59%49.8%-
HSV(B)264.06º86.1%87.45%-
XYZ19.999.570.59-
YUV75.91211.01150.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 29.83%
GREEN value IS 31 (12.5% from 255) = 8.56%
BLUE value IS 223 (87.5% from 255) = 61.60%
R=29.83%
G=8.56%
B=61.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108312230.520.8600.13264.0675.5949.8
Hex6C1FDF34560D1084c32
Octal154373376412601541011462
Binary110110011111110111111101001010110011011000010001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C1FDF; }

 p { color: rgb(108,31,223); }

 H1.HeaderClassName
 {
   color: #6C1FDF;
 }
 .AnyTagClassName
 {
   color: #6C1FDF;
 }
</style>
background-color css

<style>
 a { background-color: #6C1FDF; }

 a { background-color: rgb(108,31,223); }

 div.DivClassName
 {
   background-color: #6C1FDF;
 }
 .BgClassName
 {
   background-color: #6C1FDF;
 }
</style>
border-color css

<style>
 span { border-color: #6C1FDF; }

 span { border-color: rgb(108,31,223); }

 td.TdClassName
 {
   border-color: #6C1FDF;
 }
 .TagClassName
 {
   border-color: #6C1FDF;
 }
</style>