Html Css Color HEX #7D07E6 Dark Violet

📋 copy color: '#7D07E6'

red 125 ◦ green 7 ◦ blue 230

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

Shades of Dark Violet #7D07E6

Tints of Dark Violet #7D07E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 63.54%

R = 34.53%
G = 1.93%
B = 63.54%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7D07E6 (or 0x7D07E6) is known color: Dark Violet. HEX triplet: 7D, 07 and E6. RGB value is (125,7,230). Sum of RGB (Red+Green+Blue) = 125+7+230=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 230 (90.23% from 255 or 63.54% from 362); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D07E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D07E6 is #82F819. Grayscale: #424242. Windows color (decimal): -8583194 or 15075197. OLE color: 15075197.

HSL color Cylindrical-coordinate representation of color #7D07E6: hue angle of 271.75º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D07E6 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 7 230 -
CMYK 0.46 0.97 0 0.10
HSL 271.75º 0.94% 0.46% -
HSV(B) 271.75º 0.97% 0.9% -
XYZ 22.82 10.23 75.63 -
YUV 67.7 219.59 168.87 -
System Red Green Blue C M Y K H S L
Decimal 125 7 230 0.46 0.97 0 0.10 271.75 0.94 0.46
Hex 7D 7 E6 2E 61 0 A 110 5E 2E
Octal 175 7 346 56 141 0 12 420 136 56
Binary 1111101 111 11100110 101110 1100001 0 1010 100010000 1011110 101110

Color Harmonies of #7D07E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D07E6

Black with #7D07E6

Text Example


Text Example

White with #7D07E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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