Html Css Color HEX #5833F5 Han Purple

📋 copy color: '#5833F5'

red 88 ◦ green 51 ◦ blue 245

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

Shades of Han Purple #5833F5

Tints of Han Purple #5833F5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.28%

 BLUE value IS 245 (96.09% from 255) = 63.8%

R = 22.92%
G = 13.28%
B = 63.8%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5833F5 (or 0x5833F5) is known color: Han Purple. HEX triplet: 58, 33 and F5. RGB value is (88,51,245). Sum of RGB (Red+Green+Blue) = 88+51+245=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 245 (96.09% from 255 or 63.80% from 384); Max value from RGB is 245 - color contains mainly: blue. Hex color #5833F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5833F5 is #A7CC0A. Grayscale: #535353. Windows color (decimal): -10996747 or 16069464. OLE color: 16069464.

HSL color Cylindrical-coordinate representation of color #5833F5: hue angle of 251.44º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5833F5 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 51 245 -
CMYK 0.64 0.79 0 0.04
HSL 251.44º 0.91% 0.58% -
HSV(B) 251.44º 0.79% 0.96% -
XYZ 21.69 11.03 87.37 -
YUV 84.18 218.76 130.73 -
System Red Green Blue C M Y K H S L
Decimal 88 51 245 0.64 0.79 0 0.04 251.44 0.91 0.58
Hex 58 33 F5 40 4F 0 4 FB 5B 3A
Octal 130 63 365 100 117 0 4 373 133 72
Binary 1011000 110011 11110101 1000000 1001111 0 100 11111011 1011011 111010

Color Harmonies of #5833F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5833F5

Black with #5833F5

Text Example


Text Example

White with #5833F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5833F5; }

 p { color: rgb(88,51,245); }

 H1.HeaderClassName
 {
   color: #5833F5;
 }
 .AnyTagClassName
 {
   color: #5833F5;
 }
</style>

background-color css

<style>
 a { background-color: #5833F5; }

 a { background-color: rgb(88,51,245); }

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

border-color css

<style>
 span { border-color: #5833F5; }

 span { border-color: rgb(88,51,245); }

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