Html Css Color HEX #5835FA Han Purple

📋 copy color: '#5835FA'

red 88 ◦ green 53 ◦ blue 250

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

Shades of Han Purple #5835FA

Tints of Han Purple #5835FA

RGB

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

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

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

R = 22.51%
G = 13.55%
B = 63.94%

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

#5835FA (or 0x5835FA) is known color: Han Purple. HEX triplet: 58, 35 and FA. RGB value is (88,53,250). Sum of RGB (Red+Green+Blue) = 88+53+250=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #5835FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5835FA is #A7CA05. Grayscale: #555555. Windows color (decimal): -10996230 or 16397656. OLE color: 16397656.

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

Color convert

RGB 88 53 250 -
CMYK 0.65 0.79 0 0.02
HSL 250.66º 0.95% 0.59% -
HSV(B) 250.66º 0.79% 0.98% -
XYZ 22.55 11.52 91.48 -
YUV 85.92 220.6 129.48 -
System Red Green Blue C M Y K H S L
Decimal 88 53 250 0.65 0.79 0 0.02 250.66 0.95 0.59
Hex 58 35 FA 41 4F 0 2 FB 5F 3B
Octal 130 65 372 101 117 0 2 373 137 73
Binary 1011000 110101 11111010 1000001 1001111 0 10 11111011 1011111 111011

Color Harmonies of #5835FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5835FA

Black with #5835FA

Text Example


Text Example

White with #5835FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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