Html Css Color HEX #7D3C94 Vivid Violet

📋 copy color: '#7D3C94'

red 125 ◦ green 60 ◦ blue 148

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

Shades of Vivid Violet #7D3C94

Tints of Vivid Violet #7D3C94

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.02%

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 37.54%
G = 18.02%
B = 44.44%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D3C94 (or 0x7D3C94) is known color: Vivid Violet. HEX triplet: 7D, 3C and 94. RGB value is (125,60,148). Sum of RGB (Red+Green+Blue) = 125+60+148=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D3C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3C94 is #82C36B. Grayscale: #595959. Windows color (decimal): -8569708 or 9714813. OLE color: 9714813.

HSL color Cylindrical-coordinate representation of color #7D3C94: hue angle of 284.32º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D3C94 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 60 148 -
CMYK 0.16 0.59 0 0.42
HSL 284.32º 0.42% 0.41% -
HSV(B) 284.32º 0.59% 0.58% -
XYZ 15.42 9.73 29.08 -
YUV 89.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 125 60 148 0.16 0.59 0 0.42 284.32 0.42 0.41
Hex 7D 3C 94 10 3B 0 2A 11C 2A 29
Octal 175 74 224 20 73 0 52 434 52 51
Binary 1111101 111100 10010100 10000 111011 0 101010 100011100 101010 101001

Color Harmonies of #7D3C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3C94

Black with #7D3C94

Text Example


Text Example

White with #7D3C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,60,148); }

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

background-color css

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

 a { background-color: rgb(125,60,148); }

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

border-color css

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

 span { border-color: rgb(125,60,148); }

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