Html Css Color HEX #7307DB Dark Violet

📋 copy color: '#7307DB'

red 115 ◦ green 7 ◦ blue 219

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

Shades of Dark Violet #7307DB

Tints of Dark Violet #7307DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 33.72%
G = 2.05%
B = 64.22%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7307DB (or 0x7307DB) is known color: Dark Violet. HEX triplet: 73, 07 and DB. RGB value is (115,7,219). Sum of RGB (Red+Green+Blue) = 115+7+219=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #7307DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7307DB is #8CF824. Grayscale: #3E3E3E. Windows color (decimal): -9238565 or 14354291. OLE color: 14354291.

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

Color convert

RGB 115 7 219 -
CMYK 0.47 0.97 0 0.14
HSL 270.57º 0.94% 0.44% -
HSV(B) 270.57º 0.97% 0.86% -
XYZ 19.93 8.91 67.69 -
YUV 63.46 215.78 164.76 -
System Red Green Blue C M Y K H S L
Decimal 115 7 219 0.47 0.97 0 0.14 270.57 0.94 0.44
Hex 73 7 DB 2F 61 0 E 10F 5E 2C
Octal 163 7 333 57 141 0 16 417 136 54
Binary 1110011 111 11011011 101111 1100001 0 1110 100001111 1011110 101100

Color Harmonies of #7307DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7307DB

Black with #7307DB

Text Example


Text Example

White with #7307DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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