Html Css Color HEX #6310DF Han Purple

📋 copy color: '#6310DF'

red 99 ◦ green 16 ◦ blue 223

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

Shades of Han Purple #6310DF

Tints of Han Purple #6310DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.73%

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

R = 29.29%
G = 4.73%
B = 65.98%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6310DF (or 0x6310DF) is known color: Han Purple. HEX triplet: 63, 10 and DF. RGB value is (99,16,223). Sum of RGB (Red+Green+Blue) = 99+16+223=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #6310DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6310DF is #9CEF20. Grayscale: #3F3F3F. Windows color (decimal): -10284833 or 14618723. OLE color: 14618723.

HSL color Cylindrical-coordinate representation of color #6310DF: hue angle of 264.06º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6310DF is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 16 223 -
CMYK 0.56 0.93 0 0.13
HSL 264.06º 0.87% 0.47% -
HSV(B) 264.06º 0.93% 0.87% -
XYZ 18.65 8.35 70.44 -
YUV 64.42 217.5 152.67 -
System Red Green Blue C M Y K H S L
Decimal 99 16 223 0.56 0.93 0 0.13 264.06 0.87 0.47
Hex 63 10 DF 38 5D 0 D 108 57 2F
Octal 143 20 337 70 135 0 15 410 127 57
Binary 1100011 10000 11011111 111000 1011101 0 1101 100001000 1010111 101111

Color Harmonies of #6310DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6310DF

Black with #6310DF

Text Example


Text Example

White with #6310DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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