Html Css Color HEX #522FDA Purple Heart

📋 copy color: '#522FDA'

red 82 ◦ green 47 ◦ blue 218

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

Shades of Purple Heart #522FDA

Tints of Purple Heart #522FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 23.63%
G = 13.54%
B = 62.82%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#522FDA (or 0x522FDA) is known color: Purple Heart. HEX triplet: 52, 2F and DA. RGB value is (82,47,218). Sum of RGB (Red+Green+Blue) = 82+47+218=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #522FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522FDA is #ADD025. Grayscale: #4C4C4C. Windows color (decimal): -11391014 or 14298962. OLE color: 14298962.

HSL color Cylindrical-coordinate representation of color #522FDA: hue angle of 252.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522FDA is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 47 218 -
CMYK 0.62 0.78 0 0.15
HSL 252.28º 0.7% 0.52% -
HSV(B) 252.28º 0.78% 0.85% -
XYZ 17.15 8.89 67.14 -
YUV 76.96 207.6 131.6 -
System Red Green Blue C M Y K H S L
Decimal 82 47 218 0.62 0.78 0 0.15 252.28 0.7 0.52
Hex 52 2F DA 3E 4E 0 F FC 46 34
Octal 122 57 332 76 116 0 17 374 106 64
Binary 1010010 101111 11011010 111110 1001110 0 1111 11111100 1000110 110100

Color Harmonies of #522FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522FDA

Black with #522FDA

Text Example


Text Example

White with #522FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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