Html Css Color HEX #7C05BC Dark Violet

📋 copy color: '#7C05BC'

red 124 ◦ green 5 ◦ blue 188

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

Shades of Dark Violet #7C05BC

Tints of Dark Violet #7C05BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 39.12%
G = 1.58%
B = 59.31%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C05BC (or 0x7C05BC) is known color: Dark Violet. HEX triplet: 7C, 05 and BC. RGB value is (124,5,188). Sum of RGB (Red+Green+Blue) = 124+5+188=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C05BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C05BC is #83FA43. Grayscale: #3C3C3C. Windows color (decimal): -8649284 or 12322172. OLE color: 12322172.

HSL color Cylindrical-coordinate representation of color #7C05BC: hue angle of 279.02º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C05BC is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 5 188 -
CMYK 0.34 0.97 0 0.26
HSL 279.02º 0.95% 0.38% -
HSV(B) 279.02º 0.97% 0.74% -
XYZ 17.44 8.02 48.21 -
YUV 61.44 199.42 172.62 -
System Red Green Blue C M Y K H S L
Decimal 124 5 188 0.34 0.97 0 0.26 279.02 0.95 0.38
Hex 7C 5 BC 22 61 0 1A 117 5F 26
Octal 174 5 274 42 141 0 32 427 137 46
Binary 1111100 101 10111100 100010 1100001 0 11010 100010111 1011111 100110

Color Harmonies of #7C05BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C05BC

Black with #7C05BC

Text Example


Text Example

White with #7C05BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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