Html Css Color HEX #6335EA Han Purple

📋 copy color: '#6335EA'

red 99 ◦ green 53 ◦ blue 234

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

Shades of Han Purple #6335EA

Tints of Han Purple #6335EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.62%

R = 25.65%
G = 13.73%
B = 60.62%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6335EA (or 0x6335EA) is known color: Han Purple. HEX triplet: 63, 35 and EA. RGB value is (99,53,234). Sum of RGB (Red+Green+Blue) = 99+53+234=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #6335EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6335EA is #9CCA15. Grayscale: #565656. Windows color (decimal): -10275350 or 15349091. OLE color: 15349091.

HSL color Cylindrical-coordinate representation of color #6335EA: hue angle of 255.25º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6335EA is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 53 234 -
CMYK 0.58 0.77 0 0.08
HSL 255.25º 0.81% 0.56% -
HSV(B) 255.25º 0.77% 0.92% -
XYZ 21.27 11.14 78.87 -
YUV 87.39 210.74 136.28 -
System Red Green Blue C M Y K H S L
Decimal 99 53 234 0.58 0.77 0 0.08 255.25 0.81 0.56
Hex 63 35 EA 3A 4D 0 8 FF 51 38
Octal 143 65 352 72 115 0 10 377 121 70
Binary 1100011 110101 11101010 111010 1001101 0 1000 11111111 1010001 111000

Color Harmonies of #6335EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6335EA

Black with #6335EA

Text Example


Text Example

White with #6335EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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