Html Css Color HEX #7305BB Dark Violet

📋 copy color: '#7305BB'

red 115 ◦ green 5 ◦ blue 187

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

Shades of Dark Violet #7305BB

Tints of Dark Violet #7305BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 187 (73.44% from 255) = 60.91%

R = 37.46%
G = 1.63%
B = 60.91%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7305BB (or 0x7305BB) is known color: Dark Violet. HEX triplet: 73, 05 and BB. RGB value is (115,5,187). Sum of RGB (Red+Green+Blue) = 115+5+187=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #7305BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7305BB is #8CFA44. Grayscale: #3A3A3A. Windows color (decimal): -9239109 or 12256627. OLE color: 12256627.

HSL color Cylindrical-coordinate representation of color #7305BB: hue angle of 276.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7305BB is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 5 187 -
CMYK 0.39 0.97 0 0.27
HSL 276.26º 0.95% 0.38% -
HSV(B) 276.26º 0.97% 0.73% -
XYZ 16.09 7.34 47.58 -
YUV 58.64 200.44 168.2 -
System Red Green Blue C M Y K H S L
Decimal 115 5 187 0.39 0.97 0 0.27 276.26 0.95 0.38
Hex 73 5 BB 27 61 0 1B 114 5F 26
Octal 163 5 273 47 141 0 33 424 137 46
Binary 1110011 101 10111011 100111 1100001 0 11011 100010100 1011111 100110

Color Harmonies of #7305BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7305BB

Black with #7305BB

Text Example


Text Example

White with #7305BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7305BB; }

 p { color: rgb(115,5,187); }

 H1.HeaderClassName
 {
   color: #7305BB;
 }
 .AnyTagClassName
 {
   color: #7305BB;
 }
</style>

background-color css

<style>
 a { background-color: #7305BB; }

 a { background-color: rgb(115,5,187); }

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

border-color css

<style>
 span { border-color: #7305BB; }

 span { border-color: rgb(115,5,187); }

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