Html Css Color HEX #7001BF Dark Violet

📋 copy color: '#7001BF'

red 112 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #7001BF

Tints of Dark Violet #7001BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.83%

R = 36.84%
G = 0.33%
B = 62.83%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7001BF (or 0x7001BF) is known color: Dark Violet. HEX triplet: 70, 01 and BF. RGB value is (112,1,191). Sum of RGB (Red+Green+Blue) = 112+1+191=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #7001BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7001BF is #8FFE40. Grayscale: #373737. Windows color (decimal): -9436737 or 12517744. OLE color: 12517744.

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

Color convert

RGB 112 1 191 -
CMYK 0.41 0.99 0 0.25
HSL 275.05º 0.99% 0.38% -
HSV(B) 275.05º 0.99% 0.75% -
XYZ 16.1 7.23 49.84 -
YUV 55.85 204.27 168.05 -
System Red Green Blue C M Y K H S L
Decimal 112 1 191 0.41 0.99 0 0.25 275.05 0.99 0.38
Hex 70 1 BF 29 63 0 19 113 63 26
Octal 160 1 277 51 143 0 31 423 143 46
Binary 1110000 1 10111111 101001 1100011 0 11001 100010011 1100011 100110

Color Harmonies of #7001BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7001BF

Black with #7001BF

Text Example


Text Example

White with #7001BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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