Html Css Color HEX #6330EB Han Purple

📋 copy color: '#6330EB'

red 99 ◦ green 48 ◦ blue 235

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

Shades of Han Purple #6330EB

Tints of Han Purple #6330EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.52%

R = 25.92%
G = 12.57%
B = 61.52%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6330EB (or 0x6330EB) is known color: Han Purple. HEX triplet: 63, 30 and EB. RGB value is (99,48,235). Sum of RGB (Red+Green+Blue) = 99+48+235=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #6330EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6330EB is #9CCF14. Grayscale: #535353. Windows color (decimal): -10276629 or 15413347. OLE color: 15413347.

HSL color Cylindrical-coordinate representation of color #6330EB: hue angle of 256.36º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6330EB is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 48 235 -
CMYK 0.58 0.80 0 0.08
HSL 256.36º 0.82% 0.55% -
HSV(B) 256.36º 0.8% 0.92% -
XYZ 21.2 10.76 79.56 -
YUV 84.57 212.9 138.29 -
System Red Green Blue C M Y K H S L
Decimal 99 48 235 0.58 0.80 0 0.08 256.36 0.82 0.55
Hex 63 30 EB 3A 50 0 8 100 52 37
Octal 143 60 353 72 120 0 10 400 122 67
Binary 1100011 110000 11101011 111010 1010000 0 1000 100000000 1010010 110111

Color Harmonies of #6330EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6330EB

Black with #6330EB

Text Example


Text Example

White with #6330EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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