Html Css Color HEX #5825FC Han Purple

📋 copy color: '#5825FC'

red 88 ◦ green 37 ◦ blue 252

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

Shades of Han Purple #5825FC

Tints of Han Purple #5825FC

RGB

 RED value IS 88 (34.77% from 255) = 23.34%

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

 BLUE value IS 252 (98.83% from 255) = 66.84%

R = 23.34%
G = 9.81%
B = 66.84%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5825FC (or 0x5825FC) is known color: Han Purple. HEX triplet: 58, 25 and FC. RGB value is (88,37,252). Sum of RGB (Red+Green+Blue) = 88+37+252=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #5825FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5825FC is #A7DA03. Grayscale: #4B4B4B. Windows color (decimal): -11000324 or 16524632. OLE color: 16524632.

HSL color Cylindrical-coordinate representation of color #5825FC: hue angle of 254.23º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5825FC is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 37 252 -
CMYK 0.65 0.85 0 0.01
HSL 254.23º 0.97% 0.57% -
HSV(B) 254.23º 0.85% 0.99% -
XYZ 22.26 10.43 92.93 -
YUV 76.76 226.9 136.02 -
System Red Green Blue C M Y K H S L
Decimal 88 37 252 0.65 0.85 0 0.01 254.23 0.97 0.57
Hex 58 25 FC 41 55 0 1 FE 61 39
Octal 130 45 374 101 125 0 1 376 141 71
Binary 1011000 100101 11111100 1000001 1010101 0 1 11111110 1100001 111001

Color Harmonies of #5825FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5825FC

Black with #5825FC

Text Example


Text Example

White with #5825FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5825FC; }

 p { color: rgb(88,37,252); }

 H1.HeaderClassName
 {
   color: #5825FC;
 }
 .AnyTagClassName
 {
   color: #5825FC;
 }
</style>

background-color css

<style>
 a { background-color: #5825FC; }

 a { background-color: rgb(88,37,252); }

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

border-color css

<style>
 span { border-color: #5825FC; }

 span { border-color: rgb(88,37,252); }

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