#6100CA

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

Shades of Purple Heart #6100CA

Tints of Purple Heart #6100CA

Color information

#6100CA (or 0x6100CA) is unknown color: approx Purple Heart. HEX triplet: 61, 00 and CA. RGB value is (97,0,202). Sum of RGB (Red+Green+Blue) = 97+0+202=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #6100CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100CA is #9EFF35. Grayscale: #333333. Windows color (decimal): -10420022 or 13238369. OLE color: 13238369.

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

Color convert

RGB970202-
CMYK0.52100.21
HSL268.81º100%39.61%-
HSV(B)268.81º100%79.22%-
XYZ15.596.8156.37-
YUV52.03212.64160.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 67.56%
R=32.44%
G=0%
B=67.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9702020.52100.21268.8110039.61
Hex610CA346401510d6428
Octal14103126414402541514450
Binary110000101100101011010011001000101011000011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6100CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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