Html Css Color HEX #7400BE Dark Violet

📋 copy color: '#7400BE'

red 116 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #7400BE

Tints of Dark Violet #7400BE

RGB

 RED value IS 116 (45.7% from 255) = 37.91%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.91%
G = 0%
B = 62.09%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7400BE (or 0x7400BE) is known color: Dark Violet. HEX triplet: 74, 00 and BE. RGB value is (116,0,190). Sum of RGB (Red+Green+Blue) = 116+0+190=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #7400BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400BE is #8BFF41. Grayscale: #373737. Windows color (decimal): -9174850 or 12451956. OLE color: 12451956.

HSL color Cylindrical-coordinate representation of color #7400BE: hue angle of 276.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400BE is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 0 190 -
CMYK 0.39 1 0 0.25
HSL 276.63º 1% 0.37% -
HSV(B) 276.63º 1% 0.75% -
XYZ 16.5 7.43 49.28 -
YUV 56.34 203.43 170.55 -
System Red Green Blue C M Y K H S L
Decimal 116 0 190 0.39 1 0 0.25 276.63 1 0.37
Hex 74 0 BE 27 64 0 19 115 64 25
Octal 164 0 276 47 144 0 31 425 144 45
Binary 1110100 0 10111110 100111 1100100 0 11001 100010101 1100100 100101

Color Harmonies of #7400BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7400BE

Black with #7400BE

Text Example


Text Example

White with #7400BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,0,190); }

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

background-color css

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

 a { background-color: rgb(116,0,190); }

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

border-color css

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

 span { border-color: rgb(116,0,190); }

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