Html Css Color HEX #6324EA Han Purple

📋 copy color: '#6324EA'

red 99 ◦ green 36 ◦ blue 234

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

Shades of Han Purple #6324EA

Tints of Han Purple #6324EA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.76%

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

R = 26.83%
G = 9.76%
B = 63.41%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6324EA (or 0x6324EA) is known color: Han Purple. HEX triplet: 63, 24 and EA. RGB value is (99,36,234). Sum of RGB (Red+Green+Blue) = 99+36+234=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #6324EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6324EA is #9CDB15. Grayscale: #4C4C4C. Windows color (decimal): -10279702 or 15344739. OLE color: 15344739.

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

Color convert

RGB 99 36 234 -
CMYK 0.58 0.85 0 0.08
HSL 259.09º 0.83% 0.53% -
HSV(B) 259.09º 0.85% 0.92% -
XYZ 20.63 9.85 78.66 -
YUV 77.41 216.37 143.4 -
System Red Green Blue C M Y K H S L
Decimal 99 36 234 0.58 0.85 0 0.08 259.09 0.83 0.53
Hex 63 24 EA 3A 55 0 8 103 52 35
Octal 143 44 352 72 125 0 10 403 122 65
Binary 1100011 100100 11101010 111010 1010101 0 1000 100000011 1010010 110101

Color Harmonies of #6324EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6324EA

Black with #6324EA

Text Example


Text Example

White with #6324EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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