Html Css Color HEX #7D279D Vivid Violet

📋 copy color: '#7D279D'

red 125 ◦ green 39 ◦ blue 157

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

Shades of Vivid Violet #7D279D

Tints of Vivid Violet #7D279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.15%

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 38.94%
G = 12.15%
B = 48.91%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D279D (or 0x7D279D) is known color: Vivid Violet. HEX triplet: 7D, 27 and 9D. RGB value is (125,39,157). Sum of RGB (Red+Green+Blue) = 125+39+157=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D279D is #82D862. Grayscale: #4D4D4D. Windows color (decimal): -8575075 or 10299261. OLE color: 10299261.

HSL color Cylindrical-coordinate representation of color #7D279D: hue angle of 283.73º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D279D is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 39 157 -
CMYK 0.20 0.75 0 0.38
HSL 283.73º 0.6% 0.38% -
HSV(B) 283.73º 0.75% 0.62% -
XYZ 15.27 8.25 32.69 -
YUV 78.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 125 39 157 0.20 0.75 0 0.38 283.73 0.6 0.38
Hex 7D 27 9D 14 4B 0 26 11C 3C 26
Octal 175 47 235 24 113 0 46 434 74 46
Binary 1111101 100111 10011101 10100 1001011 0 100110 100011100 111100 100110

Color Harmonies of #7D279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D279D

Black with #7D279D

Text Example


Text Example

White with #7D279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,39,157); }

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

background-color css

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

 a { background-color: rgb(125,39,157); }

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

border-color css

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

 span { border-color: rgb(125,39,157); }

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