Html Css Color HEX #7000CD Dark Violet

📋 copy color: '#7000CD'

red 112 ◦ green 0 ◦ blue 205

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

Shades of Dark Violet #7000CD

Tints of Dark Violet #7000CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 35.33%
G = 0%
B = 64.67%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7000CD (or 0x7000CD) is known color: Dark Violet. HEX triplet: 70, 00 and CD. RGB value is (112,0,205). Sum of RGB (Red+Green+Blue) = 112+0+205=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #7000CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000CD is #8FFF32. Grayscale: #383838. Windows color (decimal): -9436979 or 13434992. OLE color: 13434992.

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

Color convert

RGB 112 0 205 -
CMYK 0.45 1 0 0.20
HSL 272.78º 1% 0.4% -
HSV(B) 272.78º 1% 0.8% -
XYZ 17.7 7.85 58.34 -
YUV 56.86 211.61 167.33 -
System Red Green Blue C M Y K H S L
Decimal 112 0 205 0.45 1 0 0.20 272.78 1 0.4
Hex 70 0 CD 2D 64 0 14 111 64 28
Octal 160 0 315 55 144 0 24 421 144 50
Binary 1110000 0 11001101 101101 1100100 0 10100 100010001 1100100 101000

Color Harmonies of #7000CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7000CD

Black with #7000CD

Text Example


Text Example

White with #7000CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7000CD; }

 p { color: rgb(112,0,205); }

 H1.HeaderClassName
 {
   color: #7000CD;
 }
 .AnyTagClassName
 {
   color: #7000CD;
 }
</style>

background-color css

<style>
 a { background-color: #7000CD; }

 a { background-color: rgb(112,0,205); }

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

border-color css

<style>
 span { border-color: #7000CD; }

 span { border-color: rgb(112,0,205); }

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