Html Css Color HEX #7205BB Dark Violet

📋 copy color: '#7205BB'

red 114 ◦ green 5 ◦ blue 187

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

Shades of Dark Violet #7205BB

Tints of Dark Violet #7205BB

RGB

 RED value IS 114 (44.92% from 255) = 37.25%

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

 BLUE value IS 187 (73.44% from 255) = 61.11%

R = 37.25%
G = 1.63%
B = 61.11%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7205BB (or 0x7205BB) is known color: Dark Violet. HEX triplet: 72, 05 and BB. RGB value is (114,5,187). Sum of RGB (Red+Green+Blue) = 114+5+187=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #7205BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7205BB is #8DFA44. Grayscale: #393939. Windows color (decimal): -9304645 or 12256626. OLE color: 12256626.

HSL color Cylindrical-coordinate representation of color #7205BB: hue angle of 275.93º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7205BB is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 5 187 -
CMYK 0.39 0.97 0 0.27
HSL 275.93º 0.95% 0.38% -
HSV(B) 275.93º 0.97% 0.73% -
XYZ 15.96 7.27 47.58 -
YUV 58.34 200.61 167.7 -
System Red Green Blue C M Y K H S L
Decimal 114 5 187 0.39 0.97 0 0.27 275.93 0.95 0.38
Hex 72 5 BB 27 61 0 1B 114 5F 26
Octal 162 5 273 47 141 0 33 424 137 46
Binary 1110010 101 10111011 100111 1100001 0 11011 100010100 1011111 100110

Color Harmonies of #7205BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7205BB

Black with #7205BB

Text Example


Text Example

White with #7205BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7205BB; }

 p { color: rgb(114,5,187); }

 H1.HeaderClassName
 {
   color: #7205BB;
 }
 .AnyTagClassName
 {
   color: #7205BB;
 }
</style>

background-color css

<style>
 a { background-color: #7205BB; }

 a { background-color: rgb(114,5,187); }

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

border-color css

<style>
 span { border-color: #7205BB; }

 span { border-color: rgb(114,5,187); }

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