Html Css Color HEX #522FCC Purple Heart

📋 copy color: '#522FCC'

red 82 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #522FCC

Tints of Purple Heart #522FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 24.62%
G = 14.11%
B = 61.26%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#522FCC (or 0x522FCC) is known color: Purple Heart. HEX triplet: 52, 2F and CC. RGB value is (82,47,204). Sum of RGB (Red+Green+Blue) = 82+47+204=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #522FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522FCC is #ADD033. Grayscale: #4A4A4A. Windows color (decimal): -11391028 or 13381458. OLE color: 13381458.

HSL color Cylindrical-coordinate representation of color #522FCC: hue angle of 253.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #522FCC is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 47 204 -
CMYK 0.60 0.77 0 0.2
HSL 253.38º 0.63% 0.49% -
HSV(B) 253.38º 0.77% 0.8% -
XYZ 15.4 8.19 57.9 -
YUV 75.36 200.6 132.73 -
System Red Green Blue C M Y K H S L
Decimal 82 47 204 0.60 0.77 0 0.2 253.38 0.63 0.49
Hex 52 2F CC 3C 4D 0 14 FD 3F 31
Octal 122 57 314 74 115 0 24 375 77 61
Binary 1010010 101111 11001100 111100 1001101 0 10100 11111101 111111 110001

Color Harmonies of #522FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522FCC

Black with #522FCC

Text Example


Text Example

White with #522FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,47,204); }

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

background-color css

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

 a { background-color: rgb(82,47,204); }

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

border-color css

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

 span { border-color: rgb(82,47,204); }

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