Html Css Color HEX #7006CC Dark Violet

📋 copy color: '#7006CC'

red 112 ◦ green 6 ◦ blue 204

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

Shades of Dark Violet #7006CC

Tints of Dark Violet #7006CC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

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

R = 34.78%
G = 1.86%
B = 63.35%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7006CC (or 0x7006CC) is known color: Dark Violet. HEX triplet: 70, 06 and CC. RGB value is (112,6,204). Sum of RGB (Red+Green+Blue) = 112+6+204=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #7006CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7006CC is #8FF933. Grayscale: #3B3B3B. Windows color (decimal): -9435444 or 13370992. OLE color: 13370992.

HSL color Cylindrical-coordinate representation of color #7006CC: hue angle of 272.12º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7006CC is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 6 204 -
CMYK 0.45 0.97 0 0.2
HSL 272.12º 0.94% 0.41% -
HSV(B) 272.12º 0.97% 0.8% -
XYZ 17.65 7.93 57.73 -
YUV 60.27 209.12 164.9 -
System Red Green Blue C M Y K H S L
Decimal 112 6 204 0.45 0.97 0 0.2 272.12 0.94 0.41
Hex 70 6 CC 2D 61 0 14 110 5E 29
Octal 160 6 314 55 141 0 24 420 136 51
Binary 1110000 110 11001100 101101 1100001 0 10100 100010000 1011110 101001

Color Harmonies of #7006CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7006CC

Black with #7006CC

Text Example


Text Example

White with #7006CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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