#6520CB

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

Shades of Purple Heart #6520CB

Tints of Purple Heart #6520CB

Color information

#6520CB (or 0x6520CB) is unknown color: approx Purple Heart. HEX triplet: 65, 20 and CB. RGB value is (101,32,203). Sum of RGB (Red+Green+Blue) = 101+32+203=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #6520CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6520CB is #9ADF34. Grayscale: #474747. Windows color (decimal): -10149685 or 13312101. OLE color: 13312101.

HSL color Cylindrical-coordinate representation of color #6520CB: hue angle of 264.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6520CB is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10132203-
CMYK0.500.8400.20
HSL264.21º72.77%46.08%-
HSV(B)264.21º84.24%79.61%-
XYZ16.668.1157.19-
YUV72.12201.86148.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.06%
GREEN value IS 32 (12.89% from 255) = 9.52%
BLUE value IS 203 (79.69% from 255) = 60.42%
R=30.06%
G=9.52%
B=60.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101322030.500.8400.20264.2172.7746.08
Hex6520CB3254014108492e
Octal145403136212402441011156
Binary11001011000001100101111001010101000101001000010001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6520CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6520CB; }

 p { color: rgb(101,32,203); }

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

<style>
 a { background-color: #6520CB; }

 a { background-color: rgb(101,32,203); }

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

<style>
 span { border-color: #6520CB; }

 span { border-color: rgb(101,32,203); }

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