Html Css Color HEX #7300B0 Dark Violet

📋 copy color: '#7300B0'

red 115 ◦ green 0 ◦ blue 176

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

Shades of Dark Violet #7300B0

Tints of Dark Violet #7300B0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 176 (69.14% from 255) = 60.48%

R = 39.52%
G = 0%
B = 60.48%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7300B0 (or 0x7300B0) is known color: Dark Violet. HEX triplet: 73, 00 and B0. RGB value is (115,0,176). Sum of RGB (Red+Green+Blue) = 115+0+176=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #7300B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7300B0 is #8CFF4F. Grayscale: #353535. Windows color (decimal): -9240400 or 11534451. OLE color: 11534451.

HSL color Cylindrical-coordinate representation of color #7300B0: hue angle of 279.2º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300B0 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 0 176 -
CMYK 0.35 1 0 0.31
HSL 279.2º 1% 0.35% -
HSV(B) 279.2º 1% 0.69% -
XYZ 14.91 6.78 41.6 -
YUV 54.45 196.6 171.19 -
System Red Green Blue C M Y K H S L
Decimal 115 0 176 0.35 1 0 0.31 279.2 1 0.35
Hex 73 0 B0 23 64 0 1F 117 64 23
Octal 163 0 260 43 144 0 37 427 144 43
Binary 1110011 0 10110000 100011 1100100 0 11111 100010111 1100100 100011

Color Harmonies of #7300B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7300B0

Black with #7300B0

Text Example


Text Example

White with #7300B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7300B0; }

 p { color: rgb(115,0,176); }

 H1.HeaderClassName
 {
   color: #7300B0;
 }
 .AnyTagClassName
 {
   color: #7300B0;
 }
</style>

background-color css

<style>
 a { background-color: #7300B0; }

 a { background-color: rgb(115,0,176); }

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

border-color css

<style>
 span { border-color: #7300B0; }

 span { border-color: rgb(115,0,176); }

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