Html Css Color HEX #7308DC Dark Violet

📋 copy color: '#7308DC'

red 115 ◦ green 8 ◦ blue 220

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

Shades of Dark Violet #7308DC

Tints of Dark Violet #7308DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

 BLUE value IS 220 (86.33% from 255) = 64.14%

R = 33.53%
G = 2.33%
B = 64.14%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7308DC (or 0x7308DC) is known color: Dark Violet. HEX triplet: 73, 08 and DC. RGB value is (115,8,220). Sum of RGB (Red+Green+Blue) = 115+8+220=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #7308DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7308DC is #8CF723. Grayscale: #3F3F3F. Windows color (decimal): -9238308 or 14420083. OLE color: 14420083.

HSL color Cylindrical-coordinate representation of color #7308DC: hue angle of 270.28º degrees, saturation: 0.93, 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 #7308DC is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 8 220 -
CMYK 0.48 0.96 0 0.14
HSL 270.28º 0.93% 0.45% -
HSV(B) 270.28º 0.96% 0.86% -
XYZ 20.08 8.99 68.39 -
YUV 64.16 215.95 164.26 -
System Red Green Blue C M Y K H S L
Decimal 115 8 220 0.48 0.96 0 0.14 270.28 0.93 0.45
Hex 73 8 DC 30 60 0 E 10E 5D 2D
Octal 163 10 334 60 140 0 16 416 135 55
Binary 1110011 1000 11011100 110000 1100000 0 1110 100001110 1011101 101101

Color Harmonies of #7308DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7308DC

Black with #7308DC

Text Example


Text Example

White with #7308DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7308DC; }

 p { color: rgb(115,8,220); }

 H1.HeaderClassName
 {
   color: #7308DC;
 }
 .AnyTagClassName
 {
   color: #7308DC;
 }
</style>

background-color css

<style>
 a { background-color: #7308DC; }

 a { background-color: rgb(115,8,220); }

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

border-color css

<style>
 span { border-color: #7308DC; }

 span { border-color: rgb(115,8,220); }

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