Html Css Color HEX #7D3093 Vivid Violet

📋 copy color: '#7D3093'

red 125 ◦ green 48 ◦ blue 147

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

Shades of Vivid Violet #7D3093

Tints of Vivid Violet #7D3093

RGB

 RED value IS 125 (49.22% from 255) = 39.06%

 GREEN value IS 48 (19.14% from 255) = 15%

 BLUE value IS 147 (57.81% from 255) = 45.94%

R = 39.06%
G = 15%
B = 45.94%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D3093 (or 0x7D3093) is known color: Vivid Violet. HEX triplet: 7D, 30 and 93. RGB value is (125,48,147). Sum of RGB (Red+Green+Blue) = 125+48+147=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D3093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3093 is #82CF6C. Grayscale: #515151. Windows color (decimal): -8572781 or 9646205. OLE color: 9646205.

HSL color Cylindrical-coordinate representation of color #7D3093: hue angle of 286.67º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D3093 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 48 147 -
CMYK 0.15 0.67 0 0.42
HSL 286.67º 0.51% 0.38% -
HSV(B) 286.67º 0.67% 0.58% -
XYZ 14.78 8.58 28.48 -
YUV 82.31 164.51 158.45 -
System Red Green Blue C M Y K H S L
Decimal 125 48 147 0.15 0.67 0 0.42 286.67 0.51 0.38
Hex 7D 30 93 F 43 0 2A 11F 33 26
Octal 175 60 223 17 103 0 52 437 63 46
Binary 1111101 110000 10010011 1111 1000011 0 101010 100011111 110011 100110

Color Harmonies of #7D3093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3093

Black with #7D3093

Text Example


Text Example

White with #7D3093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D3093; }

 p { color: rgb(125,48,147); }

 H1.HeaderClassName
 {
   color: #7D3093;
 }
 .AnyTagClassName
 {
   color: #7D3093;
 }
</style>

background-color css

<style>
 a { background-color: #7D3093; }

 a { background-color: rgb(125,48,147); }

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

border-color css

<style>
 span { border-color: #7D3093; }

 span { border-color: rgb(125,48,147); }

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