Html Css Color HEX #6320E2 Han Purple

📋 copy color: '#6320E2'

red 99 ◦ green 32 ◦ blue 226

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

Shades of Han Purple #6320E2

Tints of Han Purple #6320E2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.96%

 BLUE value IS 226 (88.67% from 255) = 63.31%

R = 27.73%
G = 8.96%
B = 63.31%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6320E2 (or 0x6320E2) is known color: Han Purple. HEX triplet: 63, 20 and E2. RGB value is (99,32,226). Sum of RGB (Red+Green+Blue) = 99+32+226=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 226 (88.67% from 255 or 63.31% from 357); Max value from RGB is 226 - color contains mainly: blue. Hex color #6320E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6320E2 is #9CDF1D. Grayscale: #494949. Windows color (decimal): -10280734 or 14819427. OLE color: 14819427.

HSL color Cylindrical-coordinate representation of color #6320E2: hue angle of 260.72º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6320E2 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 99 32 226 -
CMYK 0.56 0.86 0 0.11
HSL 260.72º 0.77% 0.51% -
HSV(B) 260.72º 0.86% 0.89% -
XYZ 19.39 9.18 72.7 -
YUV 74.15 213.7 145.73 -
System Red Green Blue C M Y K H S L
Decimal 99 32 226 0.56 0.86 0 0.11 260.72 0.77 0.51
Hex 63 20 E2 38 56 0 B 105 4D 33
Octal 143 40 342 70 126 0 13 405 115 63
Binary 1100011 100000 11100010 111000 1010110 0 1011 100000101 1001101 110011

Color Harmonies of #6320E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6320E2

Black with #6320E2

Text Example


Text Example

White with #6320E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6320E2; }

 p { color: rgb(99,32,226); }

 H1.HeaderClassName
 {
   color: #6320E2;
 }
 .AnyTagClassName
 {
   color: #6320E2;
 }
</style>

background-color css

<style>
 a { background-color: #6320E2; }

 a { background-color: rgb(99,32,226); }

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

border-color css

<style>
 span { border-color: #6320E2; }

 span { border-color: rgb(99,32,226); }

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