Html Css Color HEX #5835FB Han Purple

📋 copy color: '#5835FB'

red 88 ◦ green 53 ◦ blue 251

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

Shades of Han Purple #5835FB

Tints of Han Purple #5835FB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.52%

 BLUE value IS 251 (98.44% from 255) = 64.03%

R = 22.45%
G = 13.52%
B = 64.03%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5835FB (or 0x5835FB) is known color: Han Purple. HEX triplet: 58, 35 and FB. RGB value is (88,53,251). Sum of RGB (Red+Green+Blue) = 88+53+251=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #5835FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5835FB is #A7CA04. Grayscale: #555555. Windows color (decimal): -10996229 or 16463192. OLE color: 16463192.

HSL color Cylindrical-coordinate representation of color #5835FB: hue angle of 250.61º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5835FB is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 53 251 -
CMYK 0.65 0.79 0 0.02
HSL 250.61º 0.96% 0.6% -
HSV(B) 250.61º 0.79% 0.98% -
XYZ 22.71 11.59 92.31 -
YUV 86.04 221.1 129.4 -
System Red Green Blue C M Y K H S L
Decimal 88 53 251 0.65 0.79 0 0.02 250.61 0.96 0.6
Hex 58 35 FB 41 4F 0 2 FB 60 3C
Octal 130 65 373 101 117 0 2 373 140 74
Binary 1011000 110101 11111011 1000001 1001111 0 10 11111011 1100000 111100

Color Harmonies of #5835FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5835FB

Black with #5835FB

Text Example


Text Example

White with #5835FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5835FB; }

 p { color: rgb(88,53,251); }

 H1.HeaderClassName
 {
   color: #5835FB;
 }
 .AnyTagClassName
 {
   color: #5835FB;
 }
</style>

background-color css

<style>
 a { background-color: #5835FB; }

 a { background-color: rgb(88,53,251); }

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

border-color css

<style>
 span { border-color: #5835FB; }

 span { border-color: rgb(88,53,251); }

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