Html Css Color HEX #7005BD Dark Violet

📋 copy color: '#7005BD'

red 112 ◦ green 5 ◦ blue 189

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

Shades of Dark Violet #7005BD

Tints of Dark Violet #7005BD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 189 (74.22% from 255) = 61.76%

R = 36.6%
G = 1.63%
B = 61.76%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7005BD (or 0x7005BD) is known color: Dark Violet. HEX triplet: 70, 05 and BD. RGB value is (112,5,189). Sum of RGB (Red+Green+Blue) = 112+5+189=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #7005BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7005BD is #8FFA42. Grayscale: #393939. Windows color (decimal): -9435715 or 12387696. OLE color: 12387696.

HSL color Cylindrical-coordinate representation of color #7005BD: hue angle of 274.89º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7005BD is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 5 189 -
CMYK 0.41 0.97 0 0.26
HSL 274.89º 0.95% 0.38% -
HSV(B) 274.89º 0.97% 0.74% -
XYZ 15.92 7.23 48.7 -
YUV 57.97 201.95 166.54 -
System Red Green Blue C M Y K H S L
Decimal 112 5 189 0.41 0.97 0 0.26 274.89 0.95 0.38
Hex 70 5 BD 29 61 0 1A 113 5F 26
Octal 160 5 275 51 141 0 32 423 137 46
Binary 1110000 101 10111101 101001 1100001 0 11010 100010011 1011111 100110

Color Harmonies of #7005BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7005BD

Black with #7005BD

Text Example


Text Example

White with #7005BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7005BD; }

 p { color: rgb(112,5,189); }

 H1.HeaderClassName
 {
   color: #7005BD;
 }
 .AnyTagClassName
 {
   color: #7005BD;
 }
</style>

background-color css

<style>
 a { background-color: #7005BD; }

 a { background-color: rgb(112,5,189); }

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

border-color css

<style>
 span { border-color: #7005BD; }

 span { border-color: rgb(112,5,189); }

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