Html Css Color HEX #6315DD Han Purple

📋 copy color: '#6315DD'

red 99 ◦ green 21 ◦ blue 221

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

Shades of Han Purple #6315DD

Tints of Han Purple #6315DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 29.03%
G = 6.16%
B = 64.81%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6315DD (or 0x6315DD) is known color: Han Purple. HEX triplet: 63, 15 and DD. RGB value is (99,21,221). Sum of RGB (Red+Green+Blue) = 99+21+221=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #6315DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6315DD is #9CEA22. Grayscale: #424242. Windows color (decimal): -10283555 or 14488931. OLE color: 14488931.

HSL color Cylindrical-coordinate representation of color #6315DD: hue angle of 263.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6315DD is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 21 221 -
CMYK 0.55 0.90 0 0.13
HSL 263.4º 0.83% 0.47% -
HSV(B) 263.4º 0.9% 0.87% -
XYZ 18.46 8.41 69.06 -
YUV 67.12 214.84 150.74 -
System Red Green Blue C M Y K H S L
Decimal 99 21 221 0.55 0.90 0 0.13 263.4 0.83 0.47
Hex 63 15 DD 37 5A 0 D 107 53 2F
Octal 143 25 335 67 132 0 15 407 123 57
Binary 1100011 10101 11011101 110111 1011010 0 1101 100000111 1010011 101111

Color Harmonies of #6315DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6315DD

Black with #6315DD

Text Example


Text Example

White with #6315DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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