Html Css Color HEX #6315EC Han Purple

📋 copy color: '#6315EC'

red 99 ◦ green 21 ◦ blue 236

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

Shades of Han Purple #6315EC

Tints of Han Purple #6315EC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.9%

 BLUE value IS 236 (92.58% from 255) = 66.29%

R = 27.81%
G = 5.9%
B = 66.29%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6315EC (or 0x6315EC) is known color: Han Purple. HEX triplet: 63, 15 and EC. RGB value is (99,21,236). Sum of RGB (Red+Green+Blue) = 99+21+236=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #6315EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6315EC is #9CEA13. Grayscale: #444444. Windows color (decimal): -10283540 or 15471971. OLE color: 15471971.

HSL color Cylindrical-coordinate representation of color #6315EC: hue angle of 261.77º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6315EC is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 21 236 -
CMYK 0.58 0.91 0 0.07
HSL 261.77º 0.85% 0.5% -
HSV(B) 261.77º 0.91% 0.93% -
XYZ 20.55 9.25 80.06 -
YUV 68.83 222.34 149.52 -
System Red Green Blue C M Y K H S L
Decimal 99 21 236 0.58 0.91 0 0.07 261.77 0.85 0.5
Hex 63 15 EC 3A 5B 0 7 106 55 32
Octal 143 25 354 72 133 0 7 406 125 62
Binary 1100011 10101 11101100 111010 1011011 0 111 100000110 1010101 110010

Color Harmonies of #6315EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6315EC

Black with #6315EC

Text Example


Text Example

White with #6315EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6315EC; }

 p { color: rgb(99,21,236); }

 H1.HeaderClassName
 {
   color: #6315EC;
 }
 .AnyTagClassName
 {
   color: #6315EC;
 }
</style>

background-color css

<style>
 a { background-color: #6315EC; }

 a { background-color: rgb(99,21,236); }

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

border-color css

<style>
 span { border-color: #6315EC; }

 span { border-color: rgb(99,21,236); }

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