Html Css Color HEX #6314EF Han Purple

📋 copy color: '#6314EF'

red 99 ◦ green 20 ◦ blue 239

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

Shades of Han Purple #6314EF

Tints of Han Purple #6314EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.76%

R = 27.65%
G = 5.59%
B = 66.76%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6314EF (or 0x6314EF) is known color: Han Purple. HEX triplet: 63, 14 and EF. RGB value is (99,20,239). Sum of RGB (Red+Green+Blue) = 99+20+239=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #6314EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6314EF is #9CEB10. Grayscale: #434343. Windows color (decimal): -10283793 or 15668323. OLE color: 15668323.

HSL color Cylindrical-coordinate representation of color #6314EF: hue angle of 261.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6314EF is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 20 239 -
CMYK 0.59 0.92 0 0.06
HSL 261.64º 0.87% 0.51% -
HSV(B) 261.64º 0.92% 0.94% -
XYZ 20.98 9.38 82.37 -
YUV 68.59 224.17 149.69 -
System Red Green Blue C M Y K H S L
Decimal 99 20 239 0.59 0.92 0 0.06 261.64 0.87 0.51
Hex 63 14 EF 3B 5C 0 6 106 57 33
Octal 143 24 357 73 134 0 6 406 127 63
Binary 1100011 10100 11101111 111011 1011100 0 110 100000110 1010111 110011

Color Harmonies of #6314EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6314EF

Black with #6314EF

Text Example


Text Example

White with #6314EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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