Html Css Color HEX #7D0BBB Dark Violet

📋 copy color: '#7D0BBB'

red 125 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #7D0BBB

Tints of Dark Violet #7D0BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.41%

 BLUE value IS 187 (73.44% from 255) = 57.89%

R = 38.7%
G = 3.41%
B = 57.89%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D0BBB (or 0x7D0BBB) is known color: Dark Violet. HEX triplet: 7D, 0B and BB. RGB value is (125,11,187). Sum of RGB (Red+Green+Blue) = 125+11+187=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D0BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0BBB is #82F444. Grayscale: #404040. Windows color (decimal): -8582213 or 12258173. OLE color: 12258173.

HSL color Cylindrical-coordinate representation of color #7D0BBB: hue angle of 278.86º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0BBB is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 11 187 -
CMYK 0.33 0.94 0 0.27
HSL 278.86º 0.89% 0.39% -
HSV(B) 278.86º 0.94% 0.73% -
XYZ 17.55 8.19 47.67 -
YUV 65.15 196.77 170.69 -
System Red Green Blue C M Y K H S L
Decimal 125 11 187 0.33 0.94 0 0.27 278.86 0.89 0.39
Hex 7D B BB 21 5E 0 1B 117 59 27
Octal 175 13 273 41 136 0 33 427 131 47
Binary 1111101 1011 10111011 100001 1011110 0 11011 100010111 1011001 100111

Color Harmonies of #7D0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0BBB

Black with #7D0BBB

Text Example


Text Example

White with #7D0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,11,187); }

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

background-color css

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

 a { background-color: rgb(125,11,187); }

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

border-color css

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

 span { border-color: rgb(125,11,187); }

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