Html Css Color HEX #6314EA Han Purple

📋 copy color: '#6314EA'

red 99 ◦ green 20 ◦ blue 234

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

Shades of Han Purple #6314EA

Tints of Han Purple #6314EA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

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

R = 28.05%
G = 5.67%
B = 66.29%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6314EA (or 0x6314EA) is known color: Han Purple. HEX triplet: 63, 14 and EA. RGB value is (99,20,234). Sum of RGB (Red+Green+Blue) = 99+20+234=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #6314EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6314EA is #9CEB15. Grayscale: #434343. Windows color (decimal): -10283798 or 15340643. OLE color: 15340643.

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

Color convert

RGB 99 20 234 -
CMYK 0.58 0.91 0 0.08
HSL 262.15º 0.84% 0.5% -
HSV(B) 262.15º 0.91% 0.92% -
XYZ 20.25 9.09 78.53 -
YUV 68.02 221.67 150.1 -
System Red Green Blue C M Y K H S L
Decimal 99 20 234 0.58 0.91 0 0.08 262.15 0.84 0.5
Hex 63 14 EA 3A 5B 0 8 106 54 32
Octal 143 24 352 72 133 0 10 406 124 62
Binary 1100011 10100 11101010 111010 1011011 0 1000 100000110 1010100 110010

Color Harmonies of #6314EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6314EA

Black with #6314EA

Text Example


Text Example

White with #6314EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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