Html Css Color HEX #6321EA Han Purple

📋 copy color: '#6321EA'

red 99 ◦ green 33 ◦ blue 234

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

Shades of Han Purple #6321EA

Tints of Han Purple #6321EA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

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

R = 27.05%
G = 9.02%
B = 63.93%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6321EA (or 0x6321EA) is known color: Han Purple. HEX triplet: 63, 21 and EA. RGB value is (99,33,234). Sum of RGB (Red+Green+Blue) = 99+33+234=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #6321EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6321EA is #9CDE15. Grayscale: #4A4A4A. Windows color (decimal): -10280470 or 15343971. OLE color: 15343971.

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

Color convert

RGB 99 33 234 -
CMYK 0.58 0.86 0 0.08
HSL 259.7º 0.83% 0.52% -
HSV(B) 259.7º 0.86% 0.92% -
XYZ 20.54 9.68 78.63 -
YUV 75.65 217.37 144.66 -
System Red Green Blue C M Y K H S L
Decimal 99 33 234 0.58 0.86 0 0.08 259.7 0.83 0.52
Hex 63 21 EA 3A 56 0 8 104 53 34
Octal 143 41 352 72 126 0 10 404 123 64
Binary 1100011 100001 11101010 111010 1010110 0 1000 100000100 1010011 110100

Color Harmonies of #6321EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6321EA

Black with #6321EA

Text Example


Text Example

White with #6321EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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