Html Css Color HEX #7104BE Dark Violet

📋 copy color: '#7104BE'

red 113 ◦ green 4 ◦ blue 190

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

Shades of Dark Violet #7104BE

Tints of Dark Violet #7104BE

RGB

 RED value IS 113 (44.53% from 255) = 36.81%

 GREEN value IS 4 (1.95% from 255) = 1.3%

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 36.81%
G = 1.3%
B = 61.89%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7104BE (or 0x7104BE) is known color: Dark Violet. HEX triplet: 71, 04 and BE. RGB value is (113,4,190). Sum of RGB (Red+Green+Blue) = 113+4+190=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #7104BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7104BE is #8EFB41. Grayscale: #393939. Windows color (decimal): -9370434 or 12452977. OLE color: 12452977.

HSL color Cylindrical-coordinate representation of color #7104BE: hue angle of 275.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7104BE is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 4 190 -
CMYK 0.41 0.98 0 0.25
HSL 275.16º 0.96% 0.38% -
HSV(B) 275.16º 0.98% 0.75% -
XYZ 16.15 7.32 49.28 -
YUV 57.8 202.61 167.38 -
System Red Green Blue C M Y K H S L
Decimal 113 4 190 0.41 0.98 0 0.25 275.16 0.96 0.38
Hex 71 4 BE 29 62 0 19 113 60 26
Octal 161 4 276 51 142 0 31 423 140 46
Binary 1110001 100 10111110 101001 1100010 0 11001 100010011 1100000 100110

Color Harmonies of #7104BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7104BE

Black with #7104BE

Text Example


Text Example

White with #7104BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7104BE; }

 p { color: rgb(113,4,190); }

 H1.HeaderClassName
 {
   color: #7104BE;
 }
 .AnyTagClassName
 {
   color: #7104BE;
 }
</style>

background-color css

<style>
 a { background-color: #7104BE; }

 a { background-color: rgb(113,4,190); }

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

border-color css

<style>
 span { border-color: #7104BE; }

 span { border-color: rgb(113,4,190); }

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