Html Css Color HEX #7309BC Dark Violet

📋 copy color: '#7309BC'

red 115 ◦ green 9 ◦ blue 188

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

Shades of Dark Violet #7309BC

Tints of Dark Violet #7309BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 36.86%
G = 2.88%
B = 60.26%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7309BC (or 0x7309BC) is known color: Dark Violet. HEX triplet: 73, 09 and BC. RGB value is (115,9,188). Sum of RGB (Red+Green+Blue) = 115+9+188=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #7309BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7309BC is #8CF643. Grayscale: #3C3C3C. Windows color (decimal): -9238084 or 12323187. OLE color: 12323187.

HSL color Cylindrical-coordinate representation of color #7309BC: hue angle of 275.53º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7309BC is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 9 188 -
CMYK 0.39 0.95 0 0.26
HSL 275.53º 0.91% 0.39% -
HSV(B) 275.53º 0.95% 0.74% -
XYZ 16.25 7.47 48.16 -
YUV 61.1 199.62 166.45 -
System Red Green Blue C M Y K H S L
Decimal 115 9 188 0.39 0.95 0 0.26 275.53 0.91 0.39
Hex 73 9 BC 27 5F 0 1A 114 5B 27
Octal 163 11 274 47 137 0 32 424 133 47
Binary 1110011 1001 10111100 100111 1011111 0 11010 100010100 1011011 100111

Color Harmonies of #7309BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7309BC

Black with #7309BC

Text Example


Text Example

White with #7309BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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