Html Css Color HEX #572AED Han Purple

📋 copy color: '#572AED'

red 87 ◦ green 42 ◦ blue 237

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

Shades of Han Purple #572AED

Tints of Han Purple #572AED

RGB

 RED value IS 87 (34.38% from 255) = 23.77%

 GREEN value IS 42 (16.8% from 255) = 11.48%

 BLUE value IS 237 (92.97% from 255) = 64.75%

R = 23.77%
G = 11.48%
B = 64.75%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#572AED (or 0x572AED) is known color: Han Purple. HEX triplet: 57, 2A and ED. RGB value is (87,42,237). Sum of RGB (Red+Green+Blue) = 87+42+237=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #572AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572AED is #A8D512. Grayscale: #4C4C4C. Windows color (decimal): -11064595 or 15542871. OLE color: 15542871.

HSL color Cylindrical-coordinate representation of color #572AED: hue angle of 253.85º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #572AED is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 42 237 -
CMYK 0.63 0.82 0 0.07
HSL 253.85º 0.84% 0.55% -
HSV(B) 253.85º 0.82% 0.93% -
XYZ 20.04 9.8 80.96 -
YUV 77.69 217.91 134.64 -
System Red Green Blue C M Y K H S L
Decimal 87 42 237 0.63 0.82 0 0.07 253.85 0.84 0.55
Hex 57 2A ED 3F 52 0 7 FE 54 37
Octal 127 52 355 77 122 0 7 376 124 67
Binary 1010111 101010 11101101 111111 1010010 0 111 11111110 1010100 110111

Color Harmonies of #572AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572AED

Black with #572AED

Text Example


Text Example

White with #572AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572AED; }

 p { color: rgb(87,42,237); }

 H1.HeaderClassName
 {
   color: #572AED;
 }
 .AnyTagClassName
 {
   color: #572AED;
 }
</style>

background-color css

<style>
 a { background-color: #572AED; }

 a { background-color: rgb(87,42,237); }

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

border-color css

<style>
 span { border-color: #572AED; }

 span { border-color: rgb(87,42,237); }

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