Html Css Color HEX #7D3482 Vivid Violet

📋 copy color: '#7D3482'

red 125 ◦ green 52 ◦ blue 130

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

Shades of Vivid Violet #7D3482

Tints of Vivid Violet #7D3482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

 BLUE value IS 130 (51.17% from 255) = 42.35%

R = 40.72%
G = 16.94%
B = 42.35%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D3482 (or 0x7D3482) is known color: Vivid Violet. HEX triplet: 7D, 34 and 82. RGB value is (125,52,130). Sum of RGB (Red+Green+Blue) = 125+52+130=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D3482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3482 is #82CB7D. Grayscale: #525252. Windows color (decimal): -8571774 or 8533117. OLE color: 8533117.

HSL color Cylindrical-coordinate representation of color #7D3482: hue angle of 296.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D3482 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 52 130 -
CMYK 0.04 0.60 0 0.49
HSL 296.15º 0.43% 0.36% -
HSV(B) 296.15º 0.6% 0.51% -
XYZ 13.71 8.43 22.02 -
YUV 82.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 125 52 130 0.04 0.60 0 0.49 296.15 0.43 0.36
Hex 7D 34 82 4 3C 0 31 128 2B 24
Octal 175 64 202 4 74 0 61 450 53 44
Binary 1111101 110100 10000010 100 111100 0 110001 100101000 101011 100100

Color Harmonies of #7D3482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3482

Black with #7D3482

Text Example


Text Example

White with #7D3482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,52,130); }

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

background-color css

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

 a { background-color: rgb(125,52,130); }

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

border-color css

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

 span { border-color: rgb(125,52,130); }

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