Html Css Color HEX #6335F5 Han Purple

📋 copy color: '#6335F5'

red 99 ◦ green 53 ◦ blue 245

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

Shades of Han Purple #6335F5

Tints of Han Purple #6335F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 61.71%

R = 24.94%
G = 13.35%
B = 61.71%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6335F5 (or 0x6335F5) is known color: Han Purple. HEX triplet: 63, 35 and F5. RGB value is (99,53,245). Sum of RGB (Red+Green+Blue) = 99+53+245=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 245 (96.09% from 255 or 61.71% from 397); Max value from RGB is 245 - color contains mainly: blue. Hex color #6335F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6335F5 is #9CCA0A. Grayscale: #575757. Windows color (decimal): -10275339 or 16069987. OLE color: 16069987.

HSL color Cylindrical-coordinate representation of color #6335F5: hue angle of 254.38º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6335F5 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 99 53 245 -
CMYK 0.60 0.78 0 0.04
HSL 254.38º 0.91% 0.58% -
HSV(B) 254.38º 0.78% 0.96% -
XYZ 22.9 11.79 87.46 -
YUV 88.64 216.24 135.39 -
System Red Green Blue C M Y K H S L
Decimal 99 53 245 0.60 0.78 0 0.04 254.38 0.91 0.58
Hex 63 35 F5 3C 4E 0 4 FE 5B 3A
Octal 143 65 365 74 116 0 4 376 133 72
Binary 1100011 110101 11110101 111100 1001110 0 100 11111110 1011011 111010

Color Harmonies of #6335F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6335F5

Black with #6335F5

Text Example


Text Example

White with #6335F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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