Html Css Color HEX #7309BE Dark Violet

📋 copy color: '#7309BE'

red 115 ◦ green 9 ◦ blue 190

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

Shades of Dark Violet #7309BE

Tints of Dark Violet #7309BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.51%

R = 36.62%
G = 2.87%
B = 60.51%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7309BE (or 0x7309BE) is known color: Dark Violet. HEX triplet: 73, 09 and BE. RGB value is (115,9,190). Sum of RGB (Red+Green+Blue) = 115+9+190=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #7309BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7309BE is #8CF641. Grayscale: #3C3C3C. Windows color (decimal): -9238082 or 12454259. OLE color: 12454259.

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

Color convert

RGB 115 9 190 -
CMYK 0.39 0.95 0 0.25
HSL 275.14º 0.91% 0.39% -
HSV(B) 275.14º 0.95% 0.75% -
XYZ 16.46 7.56 49.31 -
YUV 61.33 200.62 166.28 -
System Red Green Blue C M Y K H S L
Decimal 115 9 190 0.39 0.95 0 0.25 275.14 0.91 0.39
Hex 73 9 BE 27 5F 0 19 113 5B 27
Octal 163 11 276 47 137 0 31 423 133 47
Binary 1110011 1001 10111110 100111 1011111 0 11001 100010011 1011011 100111

Color Harmonies of #7309BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7309BE

Black with #7309BE

Text Example


Text Example

White with #7309BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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