Html Css Color HEX #7007CC Dark Violet

📋 copy color: '#7007CC'

red 112 ◦ green 7 ◦ blue 204

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

Shades of Dark Violet #7007CC

Tints of Dark Violet #7007CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 34.67%
G = 2.17%
B = 63.16%

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

#7007CC (or 0x7007CC) is known color: Dark Violet. HEX triplet: 70, 07 and CC. RGB value is (112,7,204). Sum of RGB (Red+Green+Blue) = 112+7+204=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #7007CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7007CC is #8FF833. Grayscale: #3C3C3C. Windows color (decimal): -9435188 or 13371248. OLE color: 13371248.

HSL color Cylindrical-coordinate representation of color #7007CC: hue angle of 271.98º degrees, saturation: 0.93, 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 #7007CC is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 7 204 -
CMYK 0.45 0.97 0 0.2
HSL 271.98º 0.93% 0.41% -
HSV(B) 271.98º 0.97% 0.8% -
XYZ 17.66 7.96 57.73 -
YUV 60.85 208.79 164.48 -
System Red Green Blue C M Y K H S L
Decimal 112 7 204 0.45 0.97 0 0.2 271.98 0.93 0.41
Hex 70 7 CC 2D 61 0 14 110 5D 29
Octal 160 7 314 55 141 0 24 420 135 51
Binary 1110000 111 11001100 101101 1100001 0 10100 100010000 1011101 101001

Color Harmonies of #7007CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7007CC

Black with #7007CC

Text Example


Text Example

White with #7007CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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