Html Css Color HEX #7001CC Dark Violet

📋 copy color: '#7001CC'

red 112 ◦ green 1 ◦ blue 204

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

Shades of Dark Violet #7001CC

Tints of Dark Violet #7001CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.35%

R = 35.33%
G = 0.32%
B = 64.35%

CMYK

 C value IS 0.45

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7001CC (or 0x7001CC) is known color: Dark Violet. HEX triplet: 70, 01 and CC. RGB value is (112,1,204). Sum of RGB (Red+Green+Blue) = 112+1+204=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #7001CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7001CC is #8FFE33. Grayscale: #383838. Windows color (decimal): -9436724 or 13369712. OLE color: 13369712.

HSL color Cylindrical-coordinate representation of color #7001CC: hue angle of 272.81º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7001CC is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 1 204 -
CMYK 0.45 1.00 0 0.2
HSL 272.81º 0.99% 0.4% -
HSV(B) 272.81º 1% 0.8% -
XYZ 17.59 7.83 57.71 -
YUV 57.33 210.77 166.99 -
System Red Green Blue C M Y K H S L
Decimal 112 1 204 0.45 1.00 0 0.2 272.81 0.99 0.4
Hex 70 1 CC 2D 64 0 14 111 63 28
Octal 160 1 314 55 144 0 24 421 143 50
Binary 1110000 1 11001100 101101 1100100 0 10100 100010001 1100011 101000

Color Harmonies of #7001CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7001CC

Black with #7001CC

Text Example


Text Example

White with #7001CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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