Html Css Color HEX #7006CF Dark Violet

📋 copy color: '#7006CF'

red 112 ◦ green 6 ◦ blue 207

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

Shades of Dark Violet #7006CF

Tints of Dark Violet #7006CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.69%

R = 34.46%
G = 1.85%
B = 63.69%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7006CF (or 0x7006CF) is known color: Dark Violet. HEX triplet: 70, 06 and CF. RGB value is (112,6,207). Sum of RGB (Red+Green+Blue) = 112+6+207=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #7006CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7006CF is #8FF930. Grayscale: #3B3B3B. Windows color (decimal): -9435441 or 13567600. OLE color: 13567600.

HSL color Cylindrical-coordinate representation of color #7006CF: hue angle of 271.64º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7006CF is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 6 207 -
CMYK 0.46 0.97 0 0.19
HSL 271.64º 0.94% 0.42% -
HSV(B) 271.64º 0.97% 0.81% -
XYZ 18.01 8.08 59.64 -
YUV 60.61 210.62 164.66 -
System Red Green Blue C M Y K H S L
Decimal 112 6 207 0.46 0.97 0 0.19 271.64 0.94 0.42
Hex 70 6 CF 2E 61 0 13 110 5E 2A
Octal 160 6 317 56 141 0 23 420 136 52
Binary 1110000 110 11001111 101110 1100001 0 10011 100010000 1011110 101010

Color Harmonies of #7006CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7006CF

Black with #7006CF

Text Example


Text Example

White with #7006CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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