Html Css Color HEX #7D359C Vivid Violet

📋 copy color: '#7D359C'

red 125 ◦ green 53 ◦ blue 156

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

Shades of Vivid Violet #7D359C

Tints of Vivid Violet #7D359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 37.43%
G = 15.87%
B = 46.71%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D359C (or 0x7D359C) is known color: Vivid Violet. HEX triplet: 7D, 35 and 9C. RGB value is (125,53,156). Sum of RGB (Red+Green+Blue) = 125+53+156=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D359C is #82CA63. Grayscale: #555555. Windows color (decimal): -8571492 or 10237309. OLE color: 10237309.

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

Color convert

RGB 125 53 156 -
CMYK 0.20 0.66 0 0.39
HSL 281.94º 0.49% 0.41% -
HSV(B) 281.94º 0.66% 0.61% -
XYZ 15.73 9.31 32.42 -
YUV 86.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 125 53 156 0.20 0.66 0 0.39 281.94 0.49 0.41
Hex 7D 35 9C 14 42 0 27 11A 31 29
Octal 175 65 234 24 102 0 47 432 61 51
Binary 1111101 110101 10011100 10100 1000010 0 100111 100011010 110001 101001

Color Harmonies of #7D359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D359C

Black with #7D359C

Text Example


Text Example

White with #7D359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,53,156); }

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

background-color css

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

 a { background-color: rgb(125,53,156); }

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

border-color css

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

 span { border-color: rgb(125,53,156); }

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