Html Css Color HEX #7008CF Dark Violet

📋 copy color: '#7008CF'

red 112 ◦ green 8 ◦ blue 207

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

Shades of Dark Violet #7008CF

Tints of Dark Violet #7008CF

RGB

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

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

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

R = 34.25%
G = 2.45%
B = 63.3%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7008CF (or 0x7008CF) is known color: Dark Violet. HEX triplet: 70, 08 and CF. RGB value is (112,8,207). Sum of RGB (Red+Green+Blue) = 112+8+207=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #7008CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7008CF is #8FF730. Grayscale: #3D3D3D. Windows color (decimal): -9434929 or 13568112. OLE color: 13568112.

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

Color convert

RGB 112 8 207 -
CMYK 0.46 0.96 0 0.19
HSL 271.36º 0.93% 0.42% -
HSV(B) 271.36º 0.96% 0.81% -
XYZ 18.03 8.12 59.65 -
YUV 61.78 209.96 163.82 -
System Red Green Blue C M Y K H S L
Decimal 112 8 207 0.46 0.96 0 0.19 271.36 0.93 0.42
Hex 70 8 CF 2E 60 0 13 10F 5D 2A
Octal 160 10 317 56 140 0 23 417 135 52
Binary 1110000 1000 11001111 101110 1100000 0 10011 100001111 1011101 101010

Color Harmonies of #7008CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7008CF

Black with #7008CF

Text Example


Text Example

White with #7008CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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