Html Css Color HEX #7C05BA Dark Violet

📋 copy color: '#7C05BA'

red 124 ◦ green 5 ◦ blue 186

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

Shades of Dark Violet #7C05BA

Tints of Dark Violet #7C05BA

RGB

 RED value IS 124 (48.83% from 255) = 39.37%

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 39.37%
G = 1.59%
B = 59.05%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C05BA (or 0x7C05BA) is known color: Dark Violet. HEX triplet: 7C, 05 and BA. RGB value is (124,5,186). Sum of RGB (Red+Green+Blue) = 124+5+186=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C05BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C05BA is #83FA45. Grayscale: #3C3C3C. Windows color (decimal): -8649286 or 12191100. OLE color: 12191100.

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

Color convert

RGB 124 5 186 -
CMYK 0.33 0.97 0 0.27
HSL 279.45º 0.95% 0.37% -
HSV(B) 279.45º 0.97% 0.73% -
XYZ 17.23 7.94 47.08 -
YUV 61.22 198.42 172.78 -
System Red Green Blue C M Y K H S L
Decimal 124 5 186 0.33 0.97 0 0.27 279.45 0.95 0.37
Hex 7C 5 BA 21 61 0 1B 117 5F 25
Octal 174 5 272 41 141 0 33 427 137 45
Binary 1111100 101 10111010 100001 1100001 0 11011 100010111 1011111 100101

Color Harmonies of #7C05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C05BA

Black with #7C05BA

Text Example


Text Example

White with #7C05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,5,186); }

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

background-color css

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

 a { background-color: rgb(124,5,186); }

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

border-color css

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

 span { border-color: rgb(124,5,186); }

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