Html Css Color HEX #6535F9 Han Purple

📋 copy color: '#6535F9'

red 101 ◦ green 53 ◦ blue 249

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

Shades of Han Purple #6535F9

Tints of Han Purple #6535F9

RGB

 RED value IS 101 (39.84% from 255) = 25.06%

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

 BLUE value IS 249 (97.66% from 255) = 61.79%

R = 25.06%
G = 13.15%
B = 61.79%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6535F9 (or 0x6535F9) is known color: Han Purple. HEX triplet: 65, 35 and F9. RGB value is (101,53,249). Sum of RGB (Red+Green+Blue) = 101+53+249=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 249 (97.66% from 255 or 61.79% from 403); Max value from RGB is 249 - color contains mainly: blue. Hex color #6535F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6535F9 is #9ACA06. Grayscale: #585858. Windows color (decimal): -10144263 or 16332133. OLE color: 16332133.

HSL color Cylindrical-coordinate representation of color #6535F9: hue angle of 254.69º degrees, saturation: 0.94, 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 #6535F9 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 53 249 -
CMYK 0.59 0.79 0 0.02
HSL 254.69º 0.94% 0.59% -
HSV(B) 254.69º 0.79% 0.98% -
XYZ 23.74 12.15 90.72 -
YUV 89.7 217.9 136.06 -
System Red Green Blue C M Y K H S L
Decimal 101 53 249 0.59 0.79 0 0.02 254.69 0.94 0.59
Hex 65 35 F9 3B 4F 0 2 FF 5E 3B
Octal 145 65 371 73 117 0 2 377 136 73
Binary 1100101 110101 11111001 111011 1001111 0 10 11111111 1011110 111011

Color Harmonies of #6535F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6535F9

Black with #6535F9

Text Example


Text Example

White with #6535F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6535F9; }

 p { color: rgb(101,53,249); }

 H1.HeaderClassName
 {
   color: #6535F9;
 }
 .AnyTagClassName
 {
   color: #6535F9;
 }
</style>

background-color css

<style>
 a { background-color: #6535F9; }

 a { background-color: rgb(101,53,249); }

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

border-color css

<style>
 span { border-color: #6535F9; }

 span { border-color: rgb(101,53,249); }

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