Html Css Color HEX #7308BE Dark Violet

📋 copy color: '#7308BE'

red 115 ◦ green 8 ◦ blue 190

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

Shades of Dark Violet #7308BE

Tints of Dark Violet #7308BE

RGB

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

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

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

R = 36.74%
G = 2.56%
B = 60.7%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7308BE (or 0x7308BE) is known color: Dark Violet. HEX triplet: 73, 08 and BE. RGB value is (115,8,190). Sum of RGB (Red+Green+Blue) = 115+8+190=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #7308BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7308BE is #8CF741. Grayscale: #3C3C3C. Windows color (decimal): -9238338 or 12454003. OLE color: 12454003.

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

Color convert

RGB 115 8 190 -
CMYK 0.39 0.96 0 0.25
HSL 275.27º 0.92% 0.39% -
HSV(B) 275.27º 0.96% 0.75% -
XYZ 16.45 7.54 49.3 -
YUV 60.74 200.95 166.7 -
System Red Green Blue C M Y K H S L
Decimal 115 8 190 0.39 0.96 0 0.25 275.27 0.92 0.39
Hex 73 8 BE 27 60 0 19 113 5C 27
Octal 163 10 276 47 140 0 31 423 134 47
Binary 1110011 1000 10111110 100111 1100000 0 11001 100010011 1011100 100111

Color Harmonies of #7308BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7308BE

Black with #7308BE

Text Example


Text Example

White with #7308BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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