#6C35C8

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

Shades of Purple Heart #6C35C8

Tints of Purple Heart #6C35C8

Color information

#6C35C8 (or 0x6C35C8) is unknown color: approx Purple Heart. HEX triplet: 6C, 35 and C8. RGB value is (108,53,200). Sum of RGB (Red+Green+Blue) = 108+53+200=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #6C35C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C35C8 is #93CA37. Grayscale: #555555. Windows color (decimal): -9685560 or 13120876. OLE color: 13120876.

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

Color convert

RGB10853200-
CMYK0.460.7400.22
HSL262.45º58.1%49.61%-
HSV(B)262.45º73.5%78.43%-
XYZ17.889.955.61-
YUV86.2192.22143.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.92%
GREEN value IS 53 (21.09% from 255) = 14.68%
BLUE value IS 200 (78.52% from 255) = 55.40%
R=29.92%
G=14.68%
B=55.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal108532000.460.7400.22262.4558.149.61
Hex6C35C82E4A0161063a32
Octal15465310561120264067262
Binary1101100110101110010001011101001010010110100000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C35C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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