Html Css Color HEX #6326EA Han Purple

📋 copy color: '#6326EA'

red 99 ◦ green 38 ◦ blue 234

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

Shades of Han Purple #6326EA

Tints of Han Purple #6326EA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.24%

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

R = 26.68%
G = 10.24%
B = 63.07%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6326EA (or 0x6326EA) is known color: Han Purple. HEX triplet: 63, 26 and EA. RGB value is (99,38,234). Sum of RGB (Red+Green+Blue) = 99+38+234=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #6326EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6326EA is #9CD915. Grayscale: #4D4D4D. Windows color (decimal): -10279190 or 15345251. OLE color: 15345251.

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

Color convert

RGB 99 38 234 -
CMYK 0.58 0.84 0 0.08
HSL 258.67º 0.82% 0.53% -
HSV(B) 258.67º 0.84% 0.92% -
XYZ 20.69 9.98 78.68 -
YUV 78.58 215.71 142.56 -
System Red Green Blue C M Y K H S L
Decimal 99 38 234 0.58 0.84 0 0.08 258.67 0.82 0.53
Hex 63 26 EA 3A 54 0 8 103 52 35
Octal 143 46 352 72 124 0 10 403 122 65
Binary 1100011 100110 11101010 111010 1010100 0 1000 100000011 1010010 110101

Color Harmonies of #6326EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6326EA

Black with #6326EA

Text Example


Text Example

White with #6326EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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