Html Css Color HEX #6335FA Han Purple

📋 copy color: '#6335FA'

red 99 ◦ green 53 ◦ blue 250

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

Shades of Han Purple #6335FA

Tints of Han Purple #6335FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.19%

R = 24.63%
G = 13.18%
B = 62.19%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6335FA (or 0x6335FA) is known color: Han Purple. HEX triplet: 63, 35 and FA. RGB value is (99,53,250). Sum of RGB (Red+Green+Blue) = 99+53+250=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #6335FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6335FA is #9CCA05. Grayscale: #585858. Windows color (decimal): -10275334 or 16397667. OLE color: 16397667.

HSL color Cylindrical-coordinate representation of color #6335FA: hue angle of 254.01º degrees, saturation: 0.95, 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 #6335FA is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 53 250 -
CMYK 0.60 0.79 0 0.02
HSL 254.01º 0.95% 0.59% -
HSV(B) 254.01º 0.79% 0.98% -
XYZ 23.67 12.1 91.53 -
YUV 89.21 218.74 134.98 -
System Red Green Blue C M Y K H S L
Decimal 99 53 250 0.60 0.79 0 0.02 254.01 0.95 0.59
Hex 63 35 FA 3C 4F 0 2 FE 5F 3B
Octal 143 65 372 74 117 0 2 376 137 73
Binary 1100011 110101 11111010 111100 1001111 0 10 11111110 1011111 111011

Color Harmonies of #6335FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6335FA

Black with #6335FA

Text Example


Text Example

White with #6335FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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