#6104CA

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

Shades of Purple Heart #6104CA

Tints of Purple Heart #6104CA

Color information

#6104CA (or 0x6104CA) is unknown color: approx Purple Heart. HEX triplet: 61, 04 and CA. RGB value is (97,4,202). Sum of RGB (Red+Green+Blue) = 97+4+202=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #6104CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6104CA is #9EFB35. Grayscale: #353535. Windows color (decimal): -10418998 or 13239393. OLE color: 13239393.

HSL color Cylindrical-coordinate representation of color #6104CA: hue angle of 268.18º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6104CA is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB974202-
CMYK0.520.9800.21
HSL268.18º96.12%40.39%-
HSV(B)268.18º98.02%79.22%-
XYZ15.636.8956.38-
YUV54.38211.31158.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 202 (79.30% from 255) = 66.67%
R=32.01%
G=1.32%
B=66.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9742020.520.9800.21268.1896.1240.39
Hex614CA346201510c6028
Octal14143126414202541414050
Binary11000011001100101011010011000100101011000011001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6104CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6104CA; }

 p { color: rgb(97,4,202); }

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

<style>
 a { background-color: #6104CA; }

 a { background-color: rgb(97,4,202); }

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

<style>
 span { border-color: #6104CA; }

 span { border-color: rgb(97,4,202); }

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