#6536B0

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

Shades of Purple Heart #6536B0

Tints of Purple Heart #6536B0

Color information

#6536B0 (or 0x6536B0) is unknown color: approx Purple Heart. HEX triplet: 65, 36 and B0. RGB value is (101,54,176). Sum of RGB (Red+Green+Blue) = 101+54+176=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 176 (69.14% from 255 or 53.17% from 331); Max value from RGB is 176 - color contains mainly: blue. Hex color #6536B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6536B0 is #9AC94F. Grayscale: #515151. Windows color (decimal): -10144080 or 11548261. OLE color: 11548261.

HSL color Cylindrical-coordinate representation of color #6536B0: hue angle of 263.11º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6536B0 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10154176-
CMYK0.430.6900.31
HSL263.11º53.04%45.1%-
HSV(B)263.11º69.32%69.02%-
XYZ14.528.5441.96-
YUV81.96181.07141.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.51%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 176 (69.14% from 255) = 53.17%
R=30.51%
G=16.31%
B=53.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101541760.430.6900.31263.1153.0445.1
Hex6536B02B4501F107352d
Octal14566260531050374076555
Binary1100101110110101100001010111000101011111100000111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6536B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6536B0; }

 p { color: rgb(101,54,176); }

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

<style>
 a { background-color: #6536B0; }

 a { background-color: rgb(101,54,176); }

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

<style>
 span { border-color: #6536B0; }

 span { border-color: rgb(101,54,176); }

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