Html Css Color HEX #7D02AE Dark Violet

📋 copy color: '#7D02AE'

red 125 ◦ green 2 ◦ blue 174

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

Shades of Dark Violet #7D02AE

Tints of Dark Violet #7D02AE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 41.53%
G = 0.66%
B = 57.81%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D02AE (or 0x7D02AE) is known color: Dark Violet. HEX triplet: 7D, 02 and AE. RGB value is (125,2,174). Sum of RGB (Red+Green+Blue) = 125+2+174=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D02AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D02AE is #82FD51. Grayscale: #393939. Windows color (decimal): -8584530 or 11403901. OLE color: 11403901.

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

Color convert

RGB 125 2 174 -
CMYK 0.28 0.99 0 0.32
HSL 282.91º 0.98% 0.35% -
HSV(B) 282.91º 0.99% 0.68% -
XYZ 16.12 7.46 40.63 -
YUV 58.39 193.25 175.51 -
System Red Green Blue C M Y K H S L
Decimal 125 2 174 0.28 0.99 0 0.32 282.91 0.98 0.35
Hex 7D 2 AE 1C 63 0 20 11B 62 23
Octal 175 2 256 34 143 0 40 433 142 43
Binary 1111101 10 10101110 11100 1100011 0 100000 100011011 1100010 100011

Color Harmonies of #7D02AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D02AE

Black with #7D02AE

Text Example


Text Example

White with #7D02AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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