Html Css Color HEX #522CCE Purple Heart

📋 copy color: '#522CCE'

red 82 ◦ green 44 ◦ blue 206

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

Shades of Purple Heart #522CCE

Tints of Purple Heart #522CCE

RGB

 RED value IS 82 (32.42% from 255) = 24.7%

 GREEN value IS 44 (17.58% from 255) = 13.25%

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

R = 24.7%
G = 13.25%
B = 62.05%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#522CCE (or 0x522CCE) is known color: Purple Heart. HEX triplet: 52, 2C and CE. RGB value is (82,44,206). Sum of RGB (Red+Green+Blue) = 82+44+206=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #522CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522CCE is #ADD331. Grayscale: #494949. Windows color (decimal): -11391794 or 13511762. OLE color: 13511762.

HSL color Cylindrical-coordinate representation of color #522CCE: hue angle of 254.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522CCE is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 44 206 -
CMYK 0.60 0.79 0 0.19
HSL 254.07º 0.65% 0.49% -
HSV(B) 254.07º 0.79% 0.81% -
XYZ 15.52 8.05 59.13 -
YUV 73.83 202.59 133.83 -
System Red Green Blue C M Y K H S L
Decimal 82 44 206 0.60 0.79 0 0.19 254.07 0.65 0.49
Hex 52 2C CE 3C 4F 0 13 FE 41 31
Octal 122 54 316 74 117 0 23 376 101 61
Binary 1010010 101100 11001110 111100 1001111 0 10011 11111110 1000001 110001

Color Harmonies of #522CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CCE

Black with #522CCE

Text Example


Text Example

White with #522CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522CCE; }

 p { color: rgb(82,44,206); }

 H1.HeaderClassName
 {
   color: #522CCE;
 }
 .AnyTagClassName
 {
   color: #522CCE;
 }
</style>

background-color css

<style>
 a { background-color: #522CCE; }

 a { background-color: rgb(82,44,206); }

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

border-color css

<style>
 span { border-color: #522CCE; }

 span { border-color: rgb(82,44,206); }

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