Html Css Color HEX #7309DB Dark Violet

📋 copy color: '#7309DB'

red 115 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #7309DB

Tints of Dark Violet #7309DB

RGB

 RED value IS 115 (45.31% from 255) = 33.53%

 GREEN value IS 9 (3.91% from 255) = 2.62%

 BLUE value IS 219 (85.94% from 255) = 63.85%

R = 33.53%
G = 2.62%
B = 63.85%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7309DB (or 0x7309DB) is known color: Dark Violet. HEX triplet: 73, 09 and DB. RGB value is (115,9,219). Sum of RGB (Red+Green+Blue) = 115+9+219=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #7309DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7309DB is #8CF624. Grayscale: #3F3F3F. Windows color (decimal): -9238053 or 14354803. OLE color: 14354803.

HSL color Cylindrical-coordinate representation of color #7309DB: hue angle of 270.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7309DB is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 9 219 -
CMYK 0.47 0.96 0 0.14
HSL 270.29º 0.92% 0.45% -
HSV(B) 270.29º 0.96% 0.86% -
XYZ 19.95 8.95 67.69 -
YUV 64.63 215.12 163.92 -
System Red Green Blue C M Y K H S L
Decimal 115 9 219 0.47 0.96 0 0.14 270.29 0.92 0.45
Hex 73 9 DB 2F 60 0 E 10E 5C 2D
Octal 163 11 333 57 140 0 16 416 134 55
Binary 1110011 1001 11011011 101111 1100000 0 1110 100001110 1011100 101101

Color Harmonies of #7309DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7309DB

Black with #7309DB

Text Example


Text Example

White with #7309DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7309DB; }

 p { color: rgb(115,9,219); }

 H1.HeaderClassName
 {
   color: #7309DB;
 }
 .AnyTagClassName
 {
   color: #7309DB;
 }
</style>

background-color css

<style>
 a { background-color: #7309DB; }

 a { background-color: rgb(115,9,219); }

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

border-color css

<style>
 span { border-color: #7309DB; }

 span { border-color: rgb(115,9,219); }

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