#6535B4

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

Shades of Purple Heart #6535B4

Tints of Purple Heart #6535B4

Color information

#6535B4 (or 0x6535B4) is unknown color: approx Purple Heart. HEX triplet: 65, 35 and B4. RGB value is (101,53,180). Sum of RGB (Red+Green+Blue) = 101+53+180=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #6535B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6535B4 is #9ACA4B. Grayscale: #515151. Windows color (decimal): -10144332 or 11810149. OLE color: 11810149.

HSL color Cylindrical-coordinate representation of color #6535B4: hue angle of 262.68º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6535B4 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10153180-
CMYK0.440.7100.29
HSL262.68º54.51%45.69%-
HSV(B)262.68º70.56%70.59%-
XYZ14.888.6144.06-
YUV81.83183.4141.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 180 (70.70% from 255) = 53.89%
R=30.24%
G=15.87%
B=53.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101531800.440.7100.29262.6854.5145.69
Hex6535B42C4701D107372e
Octal14565264541070354076756
Binary1100101110101101101001011001000111011101100000111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6535B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6535B4; }

 p { color: rgb(101,53,180); }

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

<style>
 a { background-color: #6535B4; }

 a { background-color: rgb(101,53,180); }

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

<style>
 span { border-color: #6535B4; }

 span { border-color: rgb(101,53,180); }

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