Html Css Color HEX #7001C1 Dark Violet

📋 copy color: '#7001C1'

red 112 ◦ green 1 ◦ blue 193

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

Shades of Dark Violet #7001C1

Tints of Dark Violet #7001C1

RGB

 RED value IS 112 (44.14% from 255) = 36.6%

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 193 (75.78% from 255) = 63.07%

R = 36.6%
G = 0.33%
B = 63.07%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7001C1 (or 0x7001C1) is known color: Dark Violet. HEX triplet: 70, 01 and C1. RGB value is (112,1,193). Sum of RGB (Red+Green+Blue) = 112+1+193=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #7001C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7001C1 is #8FFE3E. Grayscale: #373737. Windows color (decimal): -9436735 or 12648816. OLE color: 12648816.

HSL color Cylindrical-coordinate representation of color #7001C1: hue angle of 274.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7001C1 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 1 193 -
CMYK 0.42 0.99 0 0.24
HSL 274.69º 0.99% 0.38% -
HSV(B) 274.69º 0.99% 0.76% -
XYZ 16.32 7.32 51 -
YUV 56.08 205.27 167.89 -
System Red Green Blue C M Y K H S L
Decimal 112 1 193 0.42 0.99 0 0.24 274.69 0.99 0.38
Hex 70 1 C1 2A 63 0 18 113 63 26
Octal 160 1 301 52 143 0 30 423 143 46
Binary 1110000 1 11000001 101010 1100011 0 11000 100010011 1100011 100110

Color Harmonies of #7001C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7001C1

Black with #7001C1

Text Example


Text Example

White with #7001C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7001C1; }

 p { color: rgb(112,1,193); }

 H1.HeaderClassName
 {
   color: #7001C1;
 }
 .AnyTagClassName
 {
   color: #7001C1;
 }
</style>

background-color css

<style>
 a { background-color: #7001C1; }

 a { background-color: rgb(112,1,193); }

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

border-color css

<style>
 span { border-color: #7001C1; }

 span { border-color: rgb(112,1,193); }

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