Html Css Color HEX #7D35A0 Vivid Violet

📋 copy color: '#7D35A0'

red 125 ◦ green 53 ◦ blue 160

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

Shades of Vivid Violet #7D35A0

Tints of Vivid Violet #7D35A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.34%

R = 36.98%
G = 15.68%
B = 47.34%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7D35A0 (or 0x7D35A0) is known color: Vivid Violet. HEX triplet: 7D, 35 and A0. RGB value is (125,53,160). Sum of RGB (Red+Green+Blue) = 125+53+160=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #7D35A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D35A0 is #82CA5F. Grayscale: #565656. Windows color (decimal): -8571488 or 10499453. OLE color: 10499453.

HSL color Cylindrical-coordinate representation of color #7D35A0: hue angle of 280.37º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D35A0 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 53 160 -
CMYK 0.22 0.67 0 0.37
HSL 280.37º 0.5% 0.42% -
HSV(B) 280.37º 0.67% 0.63% -
XYZ 16.08 9.44 34.23 -
YUV 86.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 125 53 160 0.22 0.67 0 0.37 280.37 0.5 0.42
Hex 7D 35 A0 16 43 0 25 118 32 2A
Octal 175 65 240 26 103 0 45 430 62 52
Binary 1111101 110101 10100000 10110 1000011 0 100101 100011000 110010 101010

Color Harmonies of #7D35A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D35A0

Black with #7D35A0

Text Example


Text Example

White with #7D35A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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