Html Css Color HEX #6520CF Purple Heart

📋 copy color: '#6520CF'

red 101 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #6520CF

Tints of Purple Heart #6520CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.88%

R = 29.71%
G = 9.41%
B = 60.88%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6520CF (or 0x6520CF) is known color: Purple Heart. HEX triplet: 65, 20 and CF. RGB value is (101,32,207). Sum of RGB (Red+Green+Blue) = 101+32+207=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #6520CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6520CF is #9ADF30. Grayscale: #474747. Windows color (decimal): -10149681 or 13574245. OLE color: 13574245.

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

Color convert

RGB 101 32 207 -
CMYK 0.51 0.85 0 0.19
HSL 263.66º 0.73% 0.47% -
HSV(B) 263.66º 0.85% 0.81% -
XYZ 17.15 8.3 59.73 -
YUV 72.58 203.86 148.27 -
System Red Green Blue C M Y K H S L
Decimal 101 32 207 0.51 0.85 0 0.19 263.66 0.73 0.47
Hex 65 20 CF 33 55 0 13 108 49 2F
Octal 145 40 317 63 125 0 23 410 111 57
Binary 1100101 100000 11001111 110011 1010101 0 10011 100001000 1001001 101111

Color Harmonies of #6520CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6520CF

Black with #6520CF

Text Example


Text Example

White with #6520CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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