Html Css Color HEX #7303BB Dark Violet

📋 copy color: '#7303BB'

red 115 ◦ green 3 ◦ blue 187

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

Shades of Dark Violet #7303BB

Tints of Dark Violet #7303BB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 37.7%
G = 0.98%
B = 61.31%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7303BB (or 0x7303BB) is known color: Dark Violet. HEX triplet: 73, 03 and BB. RGB value is (115,3,187). Sum of RGB (Red+Green+Blue) = 115+3+187=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #7303BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7303BB is #8CFC44. Grayscale: #383838. Windows color (decimal): -9239621 or 12256115. OLE color: 12256115.

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

Color convert

RGB 115 3 187 -
CMYK 0.39 0.98 0 0.27
HSL 276.52º 0.97% 0.37% -
HSV(B) 276.52º 0.98% 0.73% -
XYZ 16.07 7.3 47.58 -
YUV 57.46 201.11 169.04 -
System Red Green Blue C M Y K H S L
Decimal 115 3 187 0.39 0.98 0 0.27 276.52 0.97 0.37
Hex 73 3 BB 27 62 0 1B 115 61 25
Octal 163 3 273 47 142 0 33 425 141 45
Binary 1110011 11 10111011 100111 1100010 0 11011 100010101 1100001 100101

Color Harmonies of #7303BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7303BB

Black with #7303BB

Text Example


Text Example

White with #7303BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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