Html Css Color HEX #6311DE Han Purple

📋 copy color: '#6311DE'

red 99 ◦ green 17 ◦ blue 222

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

Shades of Han Purple #6311DE

Tints of Han Purple #6311DE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.03%

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 29.29%
G = 5.03%
B = 65.68%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6311DE (or 0x6311DE) is known color: Han Purple. HEX triplet: 63, 11 and DE. RGB value is (99,17,222). Sum of RGB (Red+Green+Blue) = 99+17+222=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #6311DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6311DE is #9CEE21. Grayscale: #404040. Windows color (decimal): -10284578 or 14553443. OLE color: 14553443.

HSL color Cylindrical-coordinate representation of color #6311DE: hue angle of 264º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6311DE is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 17 222 -
CMYK 0.55 0.92 0 0.13
HSL 264º 0.86% 0.47% -
HSV(B) 264º 0.92% 0.87% -
XYZ 18.53 8.33 69.74 -
YUV 64.89 216.67 152.33 -
System Red Green Blue C M Y K H S L
Decimal 99 17 222 0.55 0.92 0 0.13 264 0.86 0.47
Hex 63 11 DE 37 5C 0 D 108 56 2F
Octal 143 21 336 67 134 0 15 410 126 57
Binary 1100011 10001 11011110 110111 1011100 0 1101 100001000 1010110 101111

Color Harmonies of #6311DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6311DE

Black with #6311DE

Text Example


Text Example

White with #6311DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6311DE; }

 p { color: rgb(99,17,222); }

 H1.HeaderClassName
 {
   color: #6311DE;
 }
 .AnyTagClassName
 {
   color: #6311DE;
 }
</style>

background-color css

<style>
 a { background-color: #6311DE; }

 a { background-color: rgb(99,17,222); }

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

border-color css

<style>
 span { border-color: #6311DE; }

 span { border-color: rgb(99,17,222); }

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