Html Css Color HEX #522FDD Purple Heart

📋 copy color: '#522FDD'

red 82 ◦ green 47 ◦ blue 221

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

Shades of Purple Heart #522FDD

Tints of Purple Heart #522FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 23.43%
G = 13.43%
B = 63.14%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#522FDD (or 0x522FDD) is known color: Purple Heart. HEX triplet: 52, 2F and DD. RGB value is (82,47,221). Sum of RGB (Red+Green+Blue) = 82+47+221=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #522FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522FDD is #ADD022. Grayscale: #4C4C4C. Windows color (decimal): -11391011 or 14495570. OLE color: 14495570.

HSL color Cylindrical-coordinate representation of color #522FDD: hue angle of 252.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522FDD is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 47 221 -
CMYK 0.63 0.79 0 0.13
HSL 252.07º 0.72% 0.53% -
HSV(B) 252.07º 0.79% 0.87% -
XYZ 17.55 9.05 69.23 -
YUV 77.3 209.1 131.35 -
System Red Green Blue C M Y K H S L
Decimal 82 47 221 0.63 0.79 0 0.13 252.07 0.72 0.53
Hex 52 2F DD 3F 4F 0 D FC 48 35
Octal 122 57 335 77 117 0 15 374 110 65
Binary 1010010 101111 11011101 111111 1001111 0 1101 11111100 1001000 110101

Color Harmonies of #522FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522FDD

Black with #522FDD

Text Example


Text Example

White with #522FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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