Html Css Color HEX #7D369D Vivid Violet

📋 copy color: '#7D369D'

red 125 ◦ green 54 ◦ blue 157

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

Shades of Vivid Violet #7D369D

Tints of Vivid Violet #7D369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

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

R = 37.2%
G = 16.07%
B = 46.73%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D369D (or 0x7D369D) is known color: Vivid Violet. HEX triplet: 7D, 36 and 9D. RGB value is (125,54,157). Sum of RGB (Red+Green+Blue) = 125+54+157=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D369D is #82C962. Grayscale: #565656. Windows color (decimal): -8571235 or 10303101. OLE color: 10303101.

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

Color convert

RGB 125 54 157 -
CMYK 0.20 0.66 0 0.38
HSL 281.36º 0.49% 0.41% -
HSV(B) 281.36º 0.66% 0.62% -
XYZ 15.86 9.43 32.88 -
YUV 86.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 125 54 157 0.20 0.66 0 0.38 281.36 0.49 0.41
Hex 7D 36 9D 14 42 0 26 119 31 29
Octal 175 66 235 24 102 0 46 431 61 51
Binary 1111101 110110 10011101 10100 1000010 0 100110 100011001 110001 101001

Color Harmonies of #7D369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D369D

Black with #7D369D

Text Example


Text Example

White with #7D369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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