Html Css Color HEX #7D369B Vivid Violet

📋 copy color: '#7D369B'

red 125 ◦ green 54 ◦ blue 155

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

Shades of Vivid Violet #7D369B

Tints of Vivid Violet #7D369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 37.43%
G = 16.17%
B = 46.41%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D369B (or 0x7D369B) is known color: Vivid Violet. HEX triplet: 7D, 36 and 9B. RGB value is (125,54,155). Sum of RGB (Red+Green+Blue) = 125+54+155=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D369B is #82C964. Grayscale: #565656. Windows color (decimal): -8571237 or 10172029. OLE color: 10172029.

HSL color Cylindrical-coordinate representation of color #7D369B: hue angle of 282.18º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D369B is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 54 155 -
CMYK 0.19 0.65 0 0.39
HSL 282.18º 0.48% 0.41% -
HSV(B) 282.18º 0.65% 0.61% -
XYZ 15.69 9.36 31.99 -
YUV 86.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 125 54 155 0.19 0.65 0 0.39 282.18 0.48 0.41
Hex 7D 36 9B 13 41 0 27 11A 30 29
Octal 175 66 233 23 101 0 47 432 60 51
Binary 1111101 110110 10011011 10011 1000001 0 100111 100011010 110000 101001

Color Harmonies of #7D369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D369B

Black with #7D369B

Text Example


Text Example

White with #7D369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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