Html Css Color HEX #6520CB Purple Heart

📋 copy color: '#6520CB'

red 101 ◦ green 32 ◦ blue 203

#6520CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6520CB

Tints of Purple Heart #6520CB

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 value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6520CB (or 0x6520CB) is known color: 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

RGB 101 32 203 -
CMYK 0.50 0.84 0 0.20
HSL 264.21º 0.73% 0.46% -
HSV(B) 264.21º 0.84% 0.8% -
XYZ 16.66 8.11 57.19 -
YUV 72.13 201.86 148.6 -
System Red Green Blue C M Y K H S L
Decimal 101 32 203 0.50 0.84 0 0.20 264.21 0.73 0.46
Hex 65 20 CB 32 54 0 14 108 49 2E
Octal 145 40 313 62 124 0 24 410 111 56
Binary 1100101 100000 11001011 110010 1010100 0 10100 100001000 1001001 101110

Color Harmonies of #6520CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6520CB

Black with #6520CB

Text Example


Text Example

White with #6520CB

Text Example


Text Example

HTML Codes & Css Web 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>