Html Css Color HEX #6522CE Purple Heart

📋 copy color: '#6522CE'

red 101 ◦ green 34 ◦ blue 206

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

Shades of Purple Heart #6522CE

Tints of Purple Heart #6522CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.97%

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

R = 29.62%
G = 9.97%
B = 60.41%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6522CE (or 0x6522CE) is known color: Purple Heart. HEX triplet: 65, 22 and CE. RGB value is (101,34,206). Sum of RGB (Red+Green+Blue) = 101+34+206=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #6522CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6522CE is #9ADD31. Grayscale: #494949. Windows color (decimal): -10149170 or 13509221. OLE color: 13509221.

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

Color convert

RGB 101 34 206 -
CMYK 0.51 0.83 0 0.19
HSL 263.37º 0.72% 0.47% -
HSV(B) 263.37º 0.83% 0.81% -
XYZ 17.08 8.37 59.11 -
YUV 73.64 202.7 147.51 -
System Red Green Blue C M Y K H S L
Decimal 101 34 206 0.51 0.83 0 0.19 263.37 0.72 0.47
Hex 65 22 CE 33 53 0 13 107 48 2F
Octal 145 42 316 63 123 0 23 407 110 57
Binary 1100101 100010 11001110 110011 1010011 0 10011 100000111 1001000 101111

Color Harmonies of #6522CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6522CE

Black with #6522CE

Text Example


Text Example

White with #6522CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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