Html Css Color HEX #6312DF Han Purple

📋 copy color: '#6312DF'

red 99 ◦ green 18 ◦ blue 223

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

Shades of Han Purple #6312DF

Tints of Han Purple #6312DF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.29%

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 29.12%
G = 5.29%
B = 65.59%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6312DF (or 0x6312DF) is known color: Han Purple. HEX triplet: 63, 12 and DF. RGB value is (99,18,223). Sum of RGB (Red+Green+Blue) = 99+18+223=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #6312DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6312DF is #9CED20. Grayscale: #404040. Windows color (decimal): -10284321 or 14619235. OLE color: 14619235.

HSL color Cylindrical-coordinate representation of color #6312DF: hue angle of 263.71º degrees, saturation: 0.85, 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 #6312DF is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 18 223 -
CMYK 0.56 0.92 0 0.13
HSL 263.71º 0.85% 0.47% -
HSV(B) 263.71º 0.92% 0.87% -
XYZ 18.68 8.41 70.45 -
YUV 65.59 216.84 151.83 -
System Red Green Blue C M Y K H S L
Decimal 99 18 223 0.56 0.92 0 0.13 263.71 0.85 0.47
Hex 63 12 DF 38 5C 0 D 108 55 2F
Octal 143 22 337 70 134 0 15 410 125 57
Binary 1100011 10010 11011111 111000 1011100 0 1101 100001000 1010101 101111

Color Harmonies of #6312DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6312DF

Black with #6312DF

Text Example


Text Example

White with #6312DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6312DF; }

 p { color: rgb(99,18,223); }

 H1.HeaderClassName
 {
   color: #6312DF;
 }
 .AnyTagClassName
 {
   color: #6312DF;
 }
</style>

background-color css

<style>
 a { background-color: #6312DF; }

 a { background-color: rgb(99,18,223); }

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

border-color css

<style>
 span { border-color: #6312DF; }

 span { border-color: rgb(99,18,223); }

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