Html Css Color HEX #5725E7 Han Purple

📋 copy color: '#5725E7'

red 87 ◦ green 37 ◦ blue 231

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

Shades of Han Purple #5725E7

Tints of Han Purple #5725E7

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.42%

 BLUE value IS 231 (90.63% from 255) = 65.07%

R = 24.51%
G = 10.42%
B = 65.07%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5725E7 (or 0x5725E7) is known color: Han Purple. HEX triplet: 57, 25 and E7. RGB value is (87,37,231). Sum of RGB (Red+Green+Blue) = 87+37+231=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 231 (90.62% from 255 or 65.07% from 355); Max value from RGB is 231 - color contains mainly: blue. Hex color #5725E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5725E7 is #A8DA18. Grayscale: #494949. Windows color (decimal): -11065881 or 15148375. OLE color: 15148375.

HSL color Cylindrical-coordinate representation of color #5725E7: hue angle of 255.46º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5725E7 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 87 37 231 -
CMYK 0.62 0.84 0 0.09
HSL 255.46º 0.8% 0.53% -
HSV(B) 255.46º 0.84% 0.91% -
XYZ 19.02 9.12 76.36 -
YUV 74.07 216.57 137.23 -
System Red Green Blue C M Y K H S L
Decimal 87 37 231 0.62 0.84 0 0.09 255.46 0.8 0.53
Hex 57 25 E7 3E 54 0 9 FF 50 35
Octal 127 45 347 76 124 0 11 377 120 65
Binary 1010111 100101 11100111 111110 1010100 0 1001 11111111 1010000 110101

Color Harmonies of #5725E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5725E7

Black with #5725E7

Text Example


Text Example

White with #5725E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5725E7; }

 p { color: rgb(87,37,231); }

 H1.HeaderClassName
 {
   color: #5725E7;
 }
 .AnyTagClassName
 {
   color: #5725E7;
 }
</style>

background-color css

<style>
 a { background-color: #5725E7; }

 a { background-color: rgb(87,37,231); }

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

border-color css

<style>
 span { border-color: #5725E7; }

 span { border-color: rgb(87,37,231); }

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