Html Css Color HEX #7D00B3 Dark Violet

📋 copy color: '#7D00B3'

red 125 ◦ green 0 ◦ blue 179

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

Shades of Dark Violet #7D00B3

Tints of Dark Violet #7D00B3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 179 (70.31% from 255) = 58.88%

R = 41.12%
G = 0%
B = 58.88%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7D00B3 (or 0x7D00B3) is known color: Dark Violet. HEX triplet: 7D, 00 and B3. RGB value is (125,0,179). Sum of RGB (Red+Green+Blue) = 125+0+179=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D00B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D00B3 is #82FF4C. Grayscale: #393939. Windows color (decimal): -8585037 or 11731069. OLE color: 11731069.

HSL color Cylindrical-coordinate representation of color #7D00B3: hue angle of 281.9º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D00B3 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 0 179 -
CMYK 0.30 1 0 0.30
HSL 281.9º 1% 0.35% -
HSV(B) 281.9º 1% 0.7% -
XYZ 16.59 7.61 43.24 -
YUV 57.78 196.41 175.95 -
System Red Green Blue C M Y K H S L
Decimal 125 0 179 0.30 1 0 0.30 281.9 1 0.35
Hex 7D 0 B3 1E 64 0 1E 11A 64 23
Octal 175 0 263 36 144 0 36 432 144 43
Binary 1111101 0 10110011 11110 1100100 0 11110 100011010 1100100 100011

Color Harmonies of #7D00B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D00B3

Black with #7D00B3

Text Example


Text Example

White with #7D00B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,0,179); }

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

background-color css

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

 a { background-color: rgb(125,0,179); }

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

border-color css

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

 span { border-color: rgb(125,0,179); }

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