Html Css Color HEX #7D09E5 Dark Violet

📋 copy color: '#7D09E5'

red 125 ◦ green 9 ◦ blue 229

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

Shades of Dark Violet #7D09E5

Tints of Dark Violet #7D09E5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.48%

 BLUE value IS 229 (89.84% from 255) = 63.09%

R = 34.44%
G = 2.48%
B = 63.09%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7D09E5 (or 0x7D09E5) is known color: Dark Violet. HEX triplet: 7D, 09 and E5. RGB value is (125,9,229). Sum of RGB (Red+Green+Blue) = 125+9+229=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 229 (89.84% from 255 or 63.09% from 363); Max value from RGB is 229 - color contains mainly: blue. Hex color #7D09E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D09E5 is #82F61A. Grayscale: #444444. Windows color (decimal): -8582683 or 15010173. OLE color: 15010173.

HSL color Cylindrical-coordinate representation of color #7D09E5: hue angle of 271.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D09E5 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 9 229 -
CMYK 0.45 0.96 0 0.10
HSL 271.64º 0.92% 0.47% -
HSV(B) 271.64º 0.96% 0.9% -
XYZ 22.7 10.21 74.9 -
YUV 68.76 218.43 168.11 -
System Red Green Blue C M Y K H S L
Decimal 125 9 229 0.45 0.96 0 0.10 271.64 0.92 0.47
Hex 7D 9 E5 2D 60 0 A 110 5C 2F
Octal 175 11 345 55 140 0 12 420 134 57
Binary 1111101 1001 11100101 101101 1100000 0 1010 100010000 1011100 101111

Color Harmonies of #7D09E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D09E5

Black with #7D09E5

Text Example


Text Example

White with #7D09E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,9,229); }

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

background-color css

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

 a { background-color: rgb(125,9,229); }

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

border-color css

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

 span { border-color: rgb(125,9,229); }

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