Html Css Color HEX #5D35FC Han Purple

📋 copy color: '#5D35FC'

red 93 ◦ green 53 ◦ blue 252

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

Shades of Han Purple #5D35FC

Tints of Han Purple #5D35FC

RGB

 RED value IS 93 (36.72% from 255) = 23.37%

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

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

R = 23.37%
G = 13.32%
B = 63.32%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D35FC (or 0x5D35FC) is known color: Han Purple. HEX triplet: 5D, 35 and FC. RGB value is (93,53,252). Sum of RGB (Red+Green+Blue) = 93+53+252=398 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.37% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D35FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D35FC is #A2CA03. Grayscale: #565656. Windows color (decimal): -10668548 or 16528733. OLE color: 16528733.

HSL color Cylindrical-coordinate representation of color #5D35FC: hue angle of 252.06º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D35FC is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 53 252 -
CMYK 0.63 0.79 0 0.01
HSL 252.06º 0.97% 0.6% -
HSV(B) 252.06º 0.79% 0.99% -
XYZ 23.36 11.9 93.16 -
YUV 87.65 220.75 131.82 -
System Red Green Blue C M Y K H S L
Decimal 93 53 252 0.63 0.79 0 0.01 252.06 0.97 0.6
Hex 5D 35 FC 3F 4F 0 1 FC 61 3C
Octal 135 65 374 77 117 0 1 374 141 74
Binary 1011101 110101 11111100 111111 1001111 0 1 11111100 1100001 111100

Color Harmonies of #5D35FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D35FC

Black with #5D35FC

Text Example


Text Example

White with #5D35FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,53,252); }

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

background-color css

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

 a { background-color: rgb(93,53,252); }

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

border-color css

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

 span { border-color: rgb(93,53,252); }

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