Html Css Color HEX #6535F6 Han Purple

📋 copy color: '#6535F6'

red 101 ◦ green 53 ◦ blue 246

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

Shades of Han Purple #6535F6

Tints of Han Purple #6535F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 61.5%

R = 25.25%
G = 13.25%
B = 61.5%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6535F6 (or 0x6535F6) is known color: Han Purple. HEX triplet: 65, 35 and F6. RGB value is (101,53,246). Sum of RGB (Red+Green+Blue) = 101+53+246=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 246 (96.48% from 255 or 61.5% from 400); Max value from RGB is 246 - color contains mainly: blue. Hex color #6535F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6535F6 is #9ACA09. Grayscale: #585858. Windows color (decimal): -10144266 or 16135525. OLE color: 16135525.

HSL color Cylindrical-coordinate representation of color #6535F6: hue angle of 254.92º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6535F6 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 53 246 -
CMYK 0.59 0.78 0 0.04
HSL 254.92º 0.91% 0.59% -
HSV(B) 254.92º 0.78% 0.96% -
XYZ 23.27 11.97 88.27 -
YUV 89.35 216.4 136.31 -
System Red Green Blue C M Y K H S L
Decimal 101 53 246 0.59 0.78 0 0.04 254.92 0.91 0.59
Hex 65 35 F6 3B 4E 0 4 FF 5B 3B
Octal 145 65 366 73 116 0 4 377 133 73
Binary 1100101 110101 11110110 111011 1001110 0 100 11111111 1011011 111011

Color Harmonies of #6535F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6535F6

Black with #6535F6

Text Example


Text Example

White with #6535F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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