Html Css Color HEX #6330E8 Han Purple

📋 copy color: '#6330E8'

red 99 ◦ green 48 ◦ blue 232

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

Shades of Han Purple #6330E8

Tints of Han Purple #6330E8

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.66%

 BLUE value IS 232 (91.02% from 255) = 61.21%

R = 26.12%
G = 12.66%
B = 61.21%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6330E8 (or 0x6330E8) is known color: Han Purple. HEX triplet: 63, 30 and E8. RGB value is (99,48,232). Sum of RGB (Red+Green+Blue) = 99+48+232=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #6330E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6330E8 is #9CCF17. Grayscale: #535353. Windows color (decimal): -10276632 or 15216739. OLE color: 15216739.

HSL color Cylindrical-coordinate representation of color #6330E8: hue angle of 256.63º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6330E8 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 99 48 232 -
CMYK 0.57 0.79 0 0.09
HSL 256.63º 0.8% 0.55% -
HSV(B) 256.63º 0.79% 0.91% -
XYZ 20.77 10.59 77.29 -
YUV 84.23 211.4 138.54 -
System Red Green Blue C M Y K H S L
Decimal 99 48 232 0.57 0.79 0 0.09 256.63 0.8 0.55
Hex 63 30 E8 39 4F 0 9 101 50 37
Octal 143 60 350 71 117 0 11 401 120 67
Binary 1100011 110000 11101000 111001 1001111 0 1001 100000001 1010000 110111

Color Harmonies of #6330E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6330E8

Black with #6330E8

Text Example


Text Example

White with #6330E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6330E8; }

 p { color: rgb(99,48,232); }

 H1.HeaderClassName
 {
   color: #6330E8;
 }
 .AnyTagClassName
 {
   color: #6330E8;
 }
</style>

background-color css

<style>
 a { background-color: #6330E8; }

 a { background-color: rgb(99,48,232); }

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

border-color css

<style>
 span { border-color: #6330E8; }

 span { border-color: rgb(99,48,232); }

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