Html Css Color HEX #7D309A Vivid Violet

📋 copy color: '#7D309A'

red 125 ◦ green 48 ◦ blue 154

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

Shades of Vivid Violet #7D309A

Tints of Vivid Violet #7D309A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.09%

R = 38.23%
G = 14.68%
B = 47.09%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7D309A (or 0x7D309A) is known color: Vivid Violet. HEX triplet: 7D, 30 and 9A. RGB value is (125,48,154). Sum of RGB (Red+Green+Blue) = 125+48+154=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D309A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D309A is #82CF65. Grayscale: #525252. Windows color (decimal): -8572774 or 10104957. OLE color: 10104957.

HSL color Cylindrical-coordinate representation of color #7D309A: hue angle of 283.58º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D309A is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 125 48 154 -
CMYK 0.19 0.69 0 0.40
HSL 283.58º 0.52% 0.4% -
HSV(B) 283.58º 0.69% 0.6% -
XYZ 15.35 8.81 31.46 -
YUV 83.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 125 48 154 0.19 0.69 0 0.40 283.58 0.52 0.4
Hex 7D 30 9A 13 45 0 28 11C 34 28
Octal 175 60 232 23 105 0 50 434 64 50
Binary 1111101 110000 10011010 10011 1000101 0 101000 100011100 110100 101000

Color Harmonies of #7D309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D309A

Black with #7D309A

Text Example


Text Example

White with #7D309A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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