Html Css Color HEX #6330ED Han Purple

📋 copy color: '#6330ED'

red 99 ◦ green 48 ◦ blue 237

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

Shades of Han Purple #6330ED

Tints of Han Purple #6330ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.72%

R = 25.78%
G = 12.5%
B = 61.72%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6330ED (or 0x6330ED) is known color: Han Purple. HEX triplet: 63, 30 and ED. RGB value is (99,48,237). Sum of RGB (Red+Green+Blue) = 99+48+237=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #6330ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6330ED is #9CCF12. Grayscale: #545454. Windows color (decimal): -10276627 or 15544419. OLE color: 15544419.

HSL color Cylindrical-coordinate representation of color #6330ED: hue angle of 256.19º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6330ED is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 48 237 -
CMYK 0.58 0.80 0 0.07
HSL 256.19º 0.84% 0.56% -
HSV(B) 256.19º 0.8% 0.93% -
XYZ 21.49 10.88 81.09 -
YUV 84.8 213.9 138.13 -
System Red Green Blue C M Y K H S L
Decimal 99 48 237 0.58 0.80 0 0.07 256.19 0.84 0.56
Hex 63 30 ED 3A 50 0 7 100 54 38
Octal 143 60 355 72 120 0 7 400 124 70
Binary 1100011 110000 11101101 111010 1010000 0 111 100000000 1010100 111000

Color Harmonies of #6330ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6330ED

Black with #6330ED

Text Example


Text Example

White with #6330ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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