Html Css Color HEX #7000CB Dark Violet

📋 copy color: '#7000CB'

red 112 ◦ green 0 ◦ blue 203

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

Shades of Dark Violet #7000CB

Tints of Dark Violet #7000CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 35.56%
G = 0%
B = 64.44%

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

#7000CB (or 0x7000CB) is known color: Dark Violet. HEX triplet: 70, 00 and CB. RGB value is (112,0,203). Sum of RGB (Red+Green+Blue) = 112+0+203=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #7000CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000CB is #8FFF34. Grayscale: #373737. Windows color (decimal): -9436981 or 13303920. OLE color: 13303920.

HSL color Cylindrical-coordinate representation of color #7000CB: hue angle of 273.1º 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 #7000CB is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 0 203 -
CMYK 0.45 1 0 0.20
HSL 273.1º 1% 0.4% -
HSV(B) 273.1º 1% 0.8% -
XYZ 17.46 7.76 57.08 -
YUV 56.63 210.61 167.49 -
System Red Green Blue C M Y K H S L
Decimal 112 0 203 0.45 1 0 0.20 273.1 1 0.4
Hex 70 0 CB 2D 64 0 14 111 64 28
Octal 160 0 313 55 144 0 24 421 144 50
Binary 1110000 0 11001011 101101 1100100 0 10100 100010001 1100100 101000

Color Harmonies of #7000CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7000CB

Black with #7000CB

Text Example


Text Example

White with #7000CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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