Html Css Color HEX #7D07AE Dark Violet

📋 copy color: '#7D07AE'

red 125 ◦ green 7 ◦ blue 174

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

Shades of Dark Violet #7D07AE

Tints of Dark Violet #7D07AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.29%

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 40.85%
G = 2.29%
B = 56.86%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D07AE (or 0x7D07AE) is known color: Dark Violet. HEX triplet: 7D, 07 and AE. RGB value is (125,7,174). Sum of RGB (Red+Green+Blue) = 125+7+174=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D07AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D07AE is #82F851. Grayscale: #3C3C3C. Windows color (decimal): -8583250 or 11405181. OLE color: 11405181.

HSL color Cylindrical-coordinate representation of color #7D07AE: hue angle of 282.4º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D07AE is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 7 174 -
CMYK 0.28 0.96 0 0.32
HSL 282.4º 0.92% 0.35% -
HSV(B) 282.4º 0.96% 0.68% -
XYZ 16.17 7.57 40.65 -
YUV 61.32 191.59 173.42 -
System Red Green Blue C M Y K H S L
Decimal 125 7 174 0.28 0.96 0 0.32 282.4 0.92 0.35
Hex 7D 7 AE 1C 60 0 20 11A 5C 23
Octal 175 7 256 34 140 0 40 432 134 43
Binary 1111101 111 10101110 11100 1100000 0 100000 100011010 1011100 100011

Color Harmonies of #7D07AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D07AE

Black with #7D07AE

Text Example


Text Example

White with #7D07AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,7,174); }

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

background-color css

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

 a { background-color: rgb(125,7,174); }

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

border-color css

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

 span { border-color: rgb(125,7,174); }

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