Html Css Color HEX #5735F7 Han Purple

📋 copy color: '#5735F7'

red 87 ◦ green 53 ◦ blue 247

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

Shades of Han Purple #5735F7

Tints of Han Purple #5735F7

RGB

 RED value IS 87 (34.38% from 255) = 22.48%

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

 BLUE value IS 247 (96.88% from 255) = 63.82%

R = 22.48%
G = 13.7%
B = 63.82%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5735F7 (or 0x5735F7) is known color: Han Purple. HEX triplet: 57, 35 and F7. RGB value is (87,53,247). Sum of RGB (Red+Green+Blue) = 87+53+247=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 247 (96.88% from 255 or 63.82% from 387); Max value from RGB is 247 - color contains mainly: blue. Hex color #5735F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5735F7 is #A8CA08. Grayscale: #545454. Windows color (decimal): -11061769 or 16201047. OLE color: 16201047.

HSL color Cylindrical-coordinate representation of color #5735F7: hue angle of 250.52º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5735F7 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 87 53 247 -
CMYK 0.65 0.79 0 0.03
HSL 250.52º 0.92% 0.59% -
HSV(B) 250.52º 0.79% 0.97% -
XYZ 21.99 11.29 89.02 -
YUV 85.28 219.26 129.23 -
System Red Green Blue C M Y K H S L
Decimal 87 53 247 0.65 0.79 0 0.03 250.52 0.92 0.59
Hex 57 35 F7 41 4F 0 3 FB 5C 3B
Octal 127 65 367 101 117 0 3 373 134 73
Binary 1010111 110101 11110111 1000001 1001111 0 11 11111011 1011100 111011

Color Harmonies of #5735F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5735F7

Black with #5735F7

Text Example


Text Example

White with #5735F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5735F7; }

 p { color: rgb(87,53,247); }

 H1.HeaderClassName
 {
   color: #5735F7;
 }
 .AnyTagClassName
 {
   color: #5735F7;
 }
</style>

background-color css

<style>
 a { background-color: #5735F7; }

 a { background-color: rgb(87,53,247); }

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

border-color css

<style>
 span { border-color: #5735F7; }

 span { border-color: rgb(87,53,247); }

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