#6801B8

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

Shades of Purple Heart #6801B8

Tints of Purple Heart #6801B8

Color information

#6801B8 (or 0x6801B8) is unknown color: approx Purple Heart. HEX triplet: 68, 01 and B8. RGB value is (104,1,184). Sum of RGB (Red+Green+Blue) = 104+1+184=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 184 (72.27% from 255 or 63.67% from 289); Max value from RGB is 184 - color contains mainly: blue. Hex color #6801B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6801B8 is #97FE47. Grayscale: #343434. Windows color (decimal): -9961032 or 12058984. OLE color: 12058984.

HSL color Cylindrical-coordinate representation of color #6801B8: hue angle of 273.77º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6801B8 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1041184-
CMYK0.430.9900.28
HSL273.77º98.92%36.27%-
HSV(B)273.77º99.46%72.16%-
XYZ14.376.4345.83-
YUV52.66202.12164.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 184 (72.27% from 255) = 63.67%
R=35.99%
G=0.35%
B=63.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10411840.430.9900.28273.7798.9236.27
Hex681B82B6301C1126324
Octal15012705314303442214344
Binary110100011011100010101111000110111001000100101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6801B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6801B8; }

 p { color: rgb(104,1,184); }

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

<style>
 a { background-color: #6801B8; }

 a { background-color: rgb(104,1,184); }

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

<style>
 span { border-color: #6801B8; }

 span { border-color: rgb(104,1,184); }

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