Html Css Color HEX #6331E6 Han Purple

📋 copy color: '#6331E6'

red 99 ◦ green 49 ◦ blue 230

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

Shades of Han Purple #6331E6

Tints of Han Purple #6331E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 60.85%

R = 26.19%
G = 12.96%
B = 60.85%

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

#6331E6 (or 0x6331E6) is known color: Han Purple. HEX triplet: 63, 31 and E6. RGB value is (99,49,230). Sum of RGB (Red+Green+Blue) = 99+49+230=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #6331E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6331E6 is #9CCE19. Grayscale: #535353. Windows color (decimal): -10276378 or 15085923. OLE color: 15085923.

HSL color Cylindrical-coordinate representation of color #6331E6: hue angle of 256.57º 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 #6331E6 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 99 49 230 -
CMYK 0.57 0.79 0 0.10
HSL 256.57º 0.78% 0.55% -
HSV(B) 256.57º 0.79% 0.9% -
XYZ 20.53 10.56 75.82 -
YUV 84.58 210.07 138.28 -
System Red Green Blue C M Y K H S L
Decimal 99 49 230 0.57 0.79 0 0.10 256.57 0.78 0.55
Hex 63 31 E6 39 4F 0 A 101 4E 37
Octal 143 61 346 71 117 0 12 401 116 67
Binary 1100011 110001 11100110 111001 1001111 0 1010 100000001 1001110 110111

Color Harmonies of #6331E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6331E6

Black with #6331E6

Text Example


Text Example

White with #6331E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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