Html Css Color HEX #5F32FA Han Purple

📋 copy color: '#5F32FA'

red 95 ◦ green 50 ◦ blue 250

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

Shades of Han Purple #5F32FA

Tints of Han Purple #5F32FA

RGB

 RED value IS 95 (37.5% from 255) = 24.05%

 GREEN value IS 50 (19.92% from 255) = 12.66%

 BLUE value IS 250 (98.05% from 255) = 63.29%

R = 24.05%
G = 12.66%
B = 63.29%

CMYK

 C value IS 0.62

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5F32FA (or 0x5F32FA) is known color: Han Purple. HEX triplet: 5F, 32 and FA. RGB value is (95,50,250). Sum of RGB (Red+Green+Blue) = 95+50+250=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F32FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F32FA is #A0CD05. Grayscale: #555555. Windows color (decimal): -10538246 or 16396895. OLE color: 16396895.

HSL color Cylindrical-coordinate representation of color #5F32FA: hue angle of 253.5º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F32FA is Cyan = 0.62, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 50 250 -
CMYK 0.62 0.8 0 0.02
HSL 253.5º 0.95% 0.59% -
HSV(B) 253.5º 0.8% 0.98% -
XYZ 23.12 11.62 91.47 -
YUV 86.26 220.41 134.24 -
System Red Green Blue C M Y K H S L
Decimal 95 50 250 0.62 0.8 0 0.02 253.5 0.95 0.59
Hex 5F 32 FA 3E 50 0 2 FE 5F 3B
Octal 137 62 372 76 120 0 2 376 137 73
Binary 1011111 110010 11111010 111110 1010000 0 10 11111110 1011111 111011

Color Harmonies of #5F32FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F32FA

Black with #5F32FA

Text Example


Text Example

White with #5F32FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F32FA; }

 p { color: rgb(95,50,250); }

 H1.HeaderClassName
 {
   color: #5F32FA;
 }
 .AnyTagClassName
 {
   color: #5F32FA;
 }
</style>

background-color css

<style>
 a { background-color: #5F32FA; }

 a { background-color: rgb(95,50,250); }

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

border-color css

<style>
 span { border-color: #5F32FA; }

 span { border-color: rgb(95,50,250); }

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