Html Css Color HEX #572ADF Han Purple

📋 copy color: '#572ADF'

red 87 ◦ green 42 ◦ blue 223

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

Shades of Han Purple #572ADF

Tints of Han Purple #572ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.35%

R = 24.72%
G = 11.93%
B = 63.35%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#572ADF (or 0x572ADF) is known color: Han Purple. HEX triplet: 57, 2A and DF. RGB value is (87,42,223). Sum of RGB (Red+Green+Blue) = 87+42+223=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #572ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ADF is #A8D520. Grayscale: #4B4B4B. Windows color (decimal): -11064609 or 14625367. OLE color: 14625367.

HSL color Cylindrical-coordinate representation of color #572ADF: hue angle of 254.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #572ADF is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 42 223 -
CMYK 0.61 0.81 0 0.13
HSL 254.92º 0.74% 0.52% -
HSV(B) 254.92º 0.81% 0.87% -
XYZ 18.08 9.01 70.6 -
YUV 76.09 210.91 135.78 -
System Red Green Blue C M Y K H S L
Decimal 87 42 223 0.61 0.81 0 0.13 254.92 0.74 0.52
Hex 57 2A DF 3D 51 0 D FF 4A 34
Octal 127 52 337 75 121 0 15 377 112 64
Binary 1010111 101010 11011111 111101 1010001 0 1101 11111111 1001010 110100

Color Harmonies of #572ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572ADF

Black with #572ADF

Text Example


Text Example

White with #572ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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