Html Css Color HEX #6331E5 Han Purple

📋 copy color: '#6331E5'

red 99 ◦ green 49 ◦ blue 229

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

Shades of Han Purple #6331E5

Tints of Han Purple #6331E5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13%

 BLUE value IS 229 (89.84% from 255) = 60.74%

R = 26.26%
G = 13%
B = 60.74%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6331E5 (or 0x6331E5) is known color: Han Purple. HEX triplet: 63, 31 and E5. RGB value is (99,49,229). Sum of RGB (Red+Green+Blue) = 99+49+229=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 229 (89.84% from 255 or 60.74% from 377); Max value from RGB is 229 - color contains mainly: blue. Hex color #6331E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6331E5 is #9CCE1A. Grayscale: #535353. Windows color (decimal): -10276379 or 15020387. OLE color: 15020387.

HSL color Cylindrical-coordinate representation of color #6331E5: hue angle of 256.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6331E5 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 99 49 229 -
CMYK 0.57 0.79 0 0.10
HSL 256.67º 0.78% 0.55% -
HSV(B) 256.67º 0.79% 0.9% -
XYZ 20.39 10.51 75.08 -
YUV 84.47 209.57 138.36 -
System Red Green Blue C M Y K H S L
Decimal 99 49 229 0.57 0.79 0 0.10 256.67 0.78 0.55
Hex 63 31 E5 39 4F 0 A 101 4E 37
Octal 143 61 345 71 117 0 12 401 116 67
Binary 1100011 110001 11100101 111001 1001111 0 1010 100000001 1001110 110111

Color Harmonies of #6331E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6331E5

Black with #6331E5

Text Example


Text Example

White with #6331E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6331E5; }

 p { color: rgb(99,49,229); }

 H1.HeaderClassName
 {
   color: #6331E5;
 }
 .AnyTagClassName
 {
   color: #6331E5;
 }
</style>

background-color css

<style>
 a { background-color: #6331E5; }

 a { background-color: rgb(99,49,229); }

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

border-color css

<style>
 span { border-color: #6331E5; }

 span { border-color: rgb(99,49,229); }

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