Html Css Color HEX #6520CE Purple Heart

📋 copy color: '#6520CE'

red 101 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #6520CE

Tints of Purple Heart #6520CE

RGB

 RED value IS 101 (39.84% from 255) = 29.79%

 GREEN value IS 32 (12.89% from 255) = 9.44%

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 29.79%
G = 9.44%
B = 60.77%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6520CE (or 0x6520CE) is known color: Purple Heart. HEX triplet: 65, 20 and CE. RGB value is (101,32,206). Sum of RGB (Red+Green+Blue) = 101+32+206=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #6520CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6520CE is #9ADF31. Grayscale: #474747. Windows color (decimal): -10149682 or 13508709. OLE color: 13508709.

HSL color Cylindrical-coordinate representation of color #6520CE: hue angle of 263.79º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6520CE is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 32 206 -
CMYK 0.51 0.84 0 0.19
HSL 263.79º 0.73% 0.47% -
HSV(B) 263.79º 0.84% 0.81% -
XYZ 17.02 8.26 59.09 -
YUV 72.47 203.36 148.35 -
System Red Green Blue C M Y K H S L
Decimal 101 32 206 0.51 0.84 0 0.19 263.79 0.73 0.47
Hex 65 20 CE 33 54 0 13 108 49 2F
Octal 145 40 316 63 124 0 23 410 111 57
Binary 1100101 100000 11001110 110011 1010100 0 10011 100001000 1001001 101111

Color Harmonies of #6520CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6520CE

Black with #6520CE

Text Example


Text Example

White with #6520CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6520CE;
 }
 .AnyTagClassName
 {
   color: #6520CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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