Html Css Color HEX #7D0BBA Dark Violet

📋 copy color: '#7D0BBA'

red 125 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #7D0BBA

Tints of Dark Violet #7D0BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.76%

R = 38.82%
G = 3.42%
B = 57.76%

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

#7D0BBA (or 0x7D0BBA) is known color: Dark Violet. HEX triplet: 7D, 0B and BA. RGB value is (125,11,186). Sum of RGB (Red+Green+Blue) = 125+11+186=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D0BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0BBA is #82F445. Grayscale: #404040. Windows color (decimal): -8582214 or 12192637. OLE color: 12192637.

HSL color Cylindrical-coordinate representation of color #7D0BBA: hue angle of 279.09º 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 #7D0BBA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 11 186 -
CMYK 0.33 0.94 0 0.27
HSL 279.09º 0.89% 0.39% -
HSV(B) 279.09º 0.94% 0.73% -
XYZ 17.44 8.14 47.11 -
YUV 65.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 125 11 186 0.33 0.94 0 0.27 279.09 0.89 0.39
Hex 7D B BA 21 5E 0 1B 117 59 27
Octal 175 13 272 41 136 0 33 427 131 47
Binary 1111101 1011 10111010 100001 1011110 0 11011 100010111 1011001 100111

Color Harmonies of #7D0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0BBA

Black with #7D0BBA

Text Example


Text Example

White with #7D0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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