Html Css Color HEX #6335FF Han Purple

📋 copy color: '#6335FF'

red 99 ◦ green 53 ◦ blue 255

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

Shades of Han Purple #6335FF

Tints of Han Purple #6335FF

RGB

 RED value IS 99 (39.06% from 255) = 24.32%

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

 BLUE value IS 255 (100% from 255) = 62.65%

R = 24.32%
G = 13.02%
B = 62.65%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6335FF (or 0x6335FF) is known color: Han Purple. HEX triplet: 63, 35 and FF. RGB value is (99,53,255). Sum of RGB (Red+Green+Blue) = 99+53+255=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #6335FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6335FF is #9CCA00. Grayscale: #595959. Windows color (decimal): -10275329 or 16725347. OLE color: 16725347.

HSL color Cylindrical-coordinate representation of color #6335FF: hue angle of 253.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6335FF is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 53 255 -
CMYK 0.61 0.79 0 0
HSL 253.66º 1% 0.6% -
HSV(B) 253.66º 0.79% 1% -
XYZ 24.47 12.42 95.72 -
YUV 89.78 221.24 134.57 -
System Red Green Blue C M Y K H S L
Decimal 99 53 255 0.61 0.79 0 0 253.66 1 0.6
Hex 63 35 FF 3D 4F 0 0 FE 64 3C
Octal 143 65 377 75 117 0 0 376 144 74
Binary 1100011 110101 11111111 111101 1001111 0 0 11111110 1100100 111100

Color Harmonies of #6335FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6335FF

Black with #6335FF

Text Example


Text Example

White with #6335FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6335FF; }

 p { color: rgb(99,53,255); }

 H1.HeaderClassName
 {
   color: #6335FF;
 }
 .AnyTagClassName
 {
   color: #6335FF;
 }
</style>

background-color css

<style>
 a { background-color: #6335FF; }

 a { background-color: rgb(99,53,255); }

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

border-color css

<style>
 span { border-color: #6335FF; }

 span { border-color: rgb(99,53,255); }

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