Html Css Color HEX #6535FC Han Purple

📋 copy color: '#6535FC'

red 101 ◦ green 53 ◦ blue 252

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

Shades of Han Purple #6535FC

Tints of Han Purple #6535FC

RGB

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

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

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

R = 24.88%
G = 13.05%
B = 62.07%

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

#6535FC (or 0x6535FC) is known color: Han Purple. HEX triplet: 65, 35 and FC. RGB value is (101,53,252). Sum of RGB (Red+Green+Blue) = 101+53+252=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #6535FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6535FC is #9ACA03. Grayscale: #595959. Windows color (decimal): -10144260 or 16528741. OLE color: 16528741.

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

Color convert

RGB 101 53 252 -
CMYK 0.60 0.79 0 0.01
HSL 254.47º 0.97% 0.6% -
HSV(B) 254.47º 0.79% 0.99% -
XYZ 24.21 12.34 93.2 -
YUV 90.04 219.4 135.82 -
System Red Green Blue C M Y K H S L
Decimal 101 53 252 0.60 0.79 0 0.01 254.47 0.97 0.6
Hex 65 35 FC 3C 4F 0 1 FE 61 3C
Octal 145 65 374 74 117 0 1 376 141 74
Binary 1100101 110101 11111100 111100 1001111 0 1 11111110 1100001 111100

Color Harmonies of #6535FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6535FC

Black with #6535FC

Text Example


Text Example

White with #6535FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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