Html Css Color HEX #6535FD Han Purple

📋 copy color: '#6535FD'

red 101 ◦ green 53 ◦ blue 253

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

Shades of Han Purple #6535FD

Tints of Han Purple #6535FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.16%

R = 24.82%
G = 13.02%
B = 62.16%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6535FD (or 0x6535FD) is known color: Han Purple. HEX triplet: 65, 35 and FD. RGB value is (101,53,253). Sum of RGB (Red+Green+Blue) = 101+53+253=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #6535FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6535FD is #9ACA02. Grayscale: #595959. Windows color (decimal): -10144259 or 16594277. OLE color: 16594277.

HSL color Cylindrical-coordinate representation of color #6535FD: hue angle of 254.4º degrees, saturation: 0.98, 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 #6535FD is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 53 253 -
CMYK 0.60 0.79 0 0.01
HSL 254.4º 0.98% 0.6% -
HSV(B) 254.4º 0.79% 0.99% -
XYZ 24.37 12.4 94.04 -
YUV 90.15 219.9 135.74 -
System Red Green Blue C M Y K H S L
Decimal 101 53 253 0.60 0.79 0 0.01 254.4 0.98 0.6
Hex 65 35 FD 3C 4F 0 1 FE 62 3C
Octal 145 65 375 74 117 0 1 376 142 74
Binary 1100101 110101 11111101 111100 1001111 0 1 11111110 1100010 111100

Color Harmonies of #6535FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6535FD

Black with #6535FD

Text Example


Text Example

White with #6535FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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