Html Css Color HEX #7008CB Dark Violet

📋 copy color: '#7008CB'

red 112 ◦ green 8 ◦ blue 203

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

Shades of Dark Violet #7008CB

Tints of Dark Violet #7008CB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

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

R = 34.67%
G = 2.48%
B = 62.85%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7008CB (or 0x7008CB) is known color: Dark Violet. HEX triplet: 70, 08 and CB. RGB value is (112,8,203). Sum of RGB (Red+Green+Blue) = 112+8+203=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #7008CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7008CB is #8FF734. Grayscale: #3C3C3C. Windows color (decimal): -9434933 or 13305968. OLE color: 13305968.

HSL color Cylindrical-coordinate representation of color #7008CB: hue angle of 272º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7008CB is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 8 203 -
CMYK 0.45 0.96 0 0.20
HSL 272º 0.92% 0.41% -
HSV(B) 272º 0.96% 0.8% -
XYZ 17.55 7.93 57.11 -
YUV 61.33 207.96 164.14 -
System Red Green Blue C M Y K H S L
Decimal 112 8 203 0.45 0.96 0 0.20 272 0.92 0.41
Hex 70 8 CB 2D 60 0 14 110 5C 29
Octal 160 10 313 55 140 0 24 420 134 51
Binary 1110000 1000 11001011 101101 1100000 0 10100 100010000 1011100 101001

Color Harmonies of #7008CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7008CB

Black with #7008CB

Text Example


Text Example

White with #7008CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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