Html Css Color HEX #6330EA Han Purple

📋 copy color: '#6330EA'

red 99 ◦ green 48 ◦ blue 234

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

Shades of Han Purple #6330EA

Tints of Han Purple #6330EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.42%

R = 25.98%
G = 12.6%
B = 61.42%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6330EA (or 0x6330EA) is known color: Han Purple. HEX triplet: 63, 30 and EA. RGB value is (99,48,234). Sum of RGB (Red+Green+Blue) = 99+48+234=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #6330EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6330EA is #9CCF15. Grayscale: #535353. Windows color (decimal): -10276630 or 15347811. OLE color: 15347811.

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

Color convert

RGB 99 48 234 -
CMYK 0.58 0.79 0 0.08
HSL 256.45º 0.82% 0.55% -
HSV(B) 256.45º 0.79% 0.92% -
XYZ 21.05 10.71 78.8 -
YUV 84.45 212.4 138.38 -
System Red Green Blue C M Y K H S L
Decimal 99 48 234 0.58 0.79 0 0.08 256.45 0.82 0.55
Hex 63 30 EA 3A 4F 0 8 100 52 37
Octal 143 60 352 72 117 0 10 400 122 67
Binary 1100011 110000 11101010 111010 1001111 0 1000 100000000 1010010 110111

Color Harmonies of #6330EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6330EA

Black with #6330EA

Text Example


Text Example

White with #6330EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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