#6810CC

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

Shades of Purple Heart #6810CC

Tints of Purple Heart #6810CC

Color information

#6810CC (or 0x6810CC) is unknown color: approx Purple Heart. HEX triplet: 68, 10 and CC. RGB value is (104,16,204). Sum of RGB (Red+Green+Blue) = 104+16+204=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #6810CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6810CC is #97EF33. Grayscale: #3F3F3F. Windows color (decimal): -9957172 or 13373544. OLE color: 13373544.

HSL color Cylindrical-coordinate representation of color #6810CC: hue angle of 268.09º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6810CC is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10416204-
CMYK0.490.9200.2
HSL268.09º85.45%43.14%-
HSV(B)268.09º92.16%80%-
XYZ16.797.6757.72-
YUV63.74207.15156.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 16 (6.64% from 255) = 4.94%
BLUE value IS 204 (80.08% from 255) = 62.96%
R=32.10%
G=4.94%
B=62.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal104162040.490.9200.2268.0985.4543.14
Hex6810CC315C01410c552b
Octal150203146113402441412553
Binary1101000100001100110011000110111000101001000011001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6810CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6810CC; }

 p { color: rgb(104,16,204); }

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

<style>
 a { background-color: #6810CC; }

 a { background-color: rgb(104,16,204); }

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

<style>
 span { border-color: #6810CC; }

 span { border-color: rgb(104,16,204); }

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