#6C35CA

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

Shades of Purple Heart #6C35CA

Tints of Purple Heart #6C35CA

Color information

#6C35CA (or 0x6C35CA) is unknown color: approx Purple Heart. HEX triplet: 6C, 35 and CA. RGB value is (108,53,202). Sum of RGB (Red+Green+Blue) = 108+53+202=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C35CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C35CA is #93CA35. Grayscale: #555555. Windows color (decimal): -9685558 or 13251948. OLE color: 13251948.

HSL color Cylindrical-coordinate representation of color #6C35CA: hue angle of 262.15º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C35CA is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10853202-
CMYK0.470.7400.21
HSL262.15º58.43%50%-
HSV(B)262.15º73.76%79.22%-
XYZ18.121056.85-
YUV86.43193.22143.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.75%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 202 (79.30% from 255) = 55.65%
R=29.75%
G=14.60%
B=55.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108532020.470.7400.21262.1558.4350
Hex6C35CA2F4A0151063a32
Octal15465312571120254067262
Binary1101100110101110010101011111001010010101100000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C35CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C35CA; }

 p { color: rgb(108,53,202); }

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

<style>
 a { background-color: #6C35CA; }

 a { background-color: rgb(108,53,202); }

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

<style>
 span { border-color: #6C35CA; }

 span { border-color: rgb(108,53,202); }

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