#6918DF

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

Shades of Purple Heart #6918DF

Tints of Purple Heart #6918DF

Color information

#6918DF (or 0x6918DF) is unknown color: approx Purple Heart. HEX triplet: 69, 18 and DF. RGB value is (105,24,223). Sum of RGB (Red+Green+Blue) = 105+24+223=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #6918DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6918DF is #96E720. Grayscale: #464646. Windows color (decimal): -9889569 or 14620777. OLE color: 14620777.

HSL color Cylindrical-coordinate representation of color #6918DF: hue angle of 264.42º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6918DF is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10524223-
CMYK0.530.8900.13
HSL264.42º80.57%48.43%-
HSV(B)264.42º89.24%87.45%-
XYZ19.478.9870.52-
YUV70.9213.84152.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 24 (9.77% from 255) = 6.82%
BLUE value IS 223 (87.5% from 255) = 63.35%
R=29.83%
G=6.82%
B=63.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105242230.530.8900.13264.4280.5748.43
Hex6918DF35590D1085130
Octal151303376513101541012160
Binary110100111000110111111101011011001011011000010001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6918DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6918DF; }

 p { color: rgb(105,24,223); }

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

<style>
 a { background-color: #6918DF; }

 a { background-color: rgb(105,24,223); }

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

<style>
 span { border-color: #6918DF; }

 span { border-color: rgb(105,24,223); }

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