Html Css Color HEX #572FF2 Han Purple

📋 copy color: '#572FF2'

red 87 ◦ green 47 ◦ blue 242

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

Shades of Han Purple #572FF2

Tints of Han Purple #572FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 64.36%

R = 23.14%
G = 12.5%
B = 64.36%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#572FF2 (or 0x572FF2) is known color: Han Purple. HEX triplet: 57, 2F and F2. RGB value is (87,47,242). Sum of RGB (Red+Green+Blue) = 87+47+242=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 242 (94.92% from 255 or 64.36% from 376); Max value from RGB is 242 - color contains mainly: blue. Hex color #572FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572FF2 is #A8D00D. Grayscale: #505050. Windows color (decimal): -11063310 or 15871831. OLE color: 15871831.

HSL color Cylindrical-coordinate representation of color #572FF2: hue angle of 252.31º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #572FF2 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 47 242 -
CMYK 0.64 0.81 0 0.05
HSL 252.31º 0.88% 0.57% -
HSV(B) 252.31º 0.81% 0.95% -
XYZ 20.97 10.47 84.92 -
YUV 81.19 218.75 132.14 -
System Red Green Blue C M Y K H S L
Decimal 87 47 242 0.64 0.81 0 0.05 252.31 0.88 0.57
Hex 57 2F F2 40 51 0 5 FC 58 39
Octal 127 57 362 100 121 0 5 374 130 71
Binary 1010111 101111 11110010 1000000 1010001 0 101 11111100 1011000 111001

Color Harmonies of #572FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572FF2

Black with #572FF2

Text Example


Text Example

White with #572FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,47,242); }

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

background-color css

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

 a { background-color: rgb(87,47,242); }

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

border-color css

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

 span { border-color: rgb(87,47,242); }

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