#6C35BF

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

Shades of Purple Heart #6C35BF

Tints of Purple Heart #6C35BF

Color information

#6C35BF (or 0x6C35BF) is unknown color: approx Purple Heart. HEX triplet: 6C, 35 and BF. RGB value is (108,53,191). Sum of RGB (Red+Green+Blue) = 108+53+191=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C35BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C35BF is #93CA40. Grayscale: #545454. Windows color (decimal): -9685569 or 12531052. OLE color: 12531052.

HSL color Cylindrical-coordinate representation of color #6C35BF: hue angle of 263.91º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C35BF is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10853191-
CMYK0.430.7200.25
HSL263.91º56.56%47.84%-
HSV(B)263.91º72.25%74.9%-
XYZ16.869.550.23-
YUV85.18187.72144.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.68%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 191 (75% from 255) = 54.26%
R=30.68%
G=15.06%
B=54.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108531910.430.7200.25263.9156.5647.84
Hex6C35BF2B480191083930
Octal15465277531100314107160
Binary1101100110101101111111010111001000011001100001000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C35BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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