Html Css Color HEX #572AF6 Han Purple

📋 copy color: '#572AF6'

red 87 ◦ green 42 ◦ blue 246

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

Shades of Han Purple #572AF6

Tints of Han Purple #572AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 65.6%

R = 23.2%
G = 11.2%
B = 65.6%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#572AF6 (or 0x572AF6) is known color: Han Purple. HEX triplet: 57, 2A and F6. RGB value is (87,42,246). Sum of RGB (Red+Green+Blue) = 87+42+246=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #572AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572AF6 is #A8D509. Grayscale: #4D4D4D. Windows color (decimal): -11064586 or 16132695. OLE color: 16132695.

HSL color Cylindrical-coordinate representation of color #572AF6: hue angle of 253.24º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #572AF6 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 42 246 -
CMYK 0.65 0.83 0 0.04
HSL 253.24º 0.92% 0.56% -
HSV(B) 253.24º 0.83% 0.96% -
XYZ 21.39 10.34 88.06 -
YUV 78.71 222.41 133.91 -
System Red Green Blue C M Y K H S L
Decimal 87 42 246 0.65 0.83 0 0.04 253.24 0.92 0.56
Hex 57 2A F6 41 53 0 4 FD 5C 38
Octal 127 52 366 101 123 0 4 375 134 70
Binary 1010111 101010 11110110 1000001 1010011 0 100 11111101 1011100 111000

Color Harmonies of #572AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572AF6

Black with #572AF6

Text Example


Text Example

White with #572AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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