Html Css Color HEX #7400BD Dark Violet

📋 copy color: '#7400BD'

red 116 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #7400BD

Tints of Dark Violet #7400BD

RGB

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

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

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

R = 38.03%
G = 0%
B = 61.97%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7400BD (or 0x7400BD) is known color: Dark Violet. HEX triplet: 74, 00 and BD. RGB value is (116,0,189). Sum of RGB (Red+Green+Blue) = 116+0+189=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #7400BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400BD is #8BFF42. Grayscale: #373737. Windows color (decimal): -9174851 or 12386420. OLE color: 12386420.

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

Color convert

RGB 116 0 189 -
CMYK 0.39 1 0 0.26
HSL 276.83º 1% 0.37% -
HSV(B) 276.83º 1% 0.74% -
XYZ 16.39 7.39 48.71 -
YUV 56.23 202.93 170.63 -
System Red Green Blue C M Y K H S L
Decimal 116 0 189 0.39 1 0 0.26 276.83 1 0.37
Hex 74 0 BD 27 64 0 1A 115 64 25
Octal 164 0 275 47 144 0 32 425 144 45
Binary 1110100 0 10111101 100111 1100100 0 11010 100010101 1100100 100101

Color Harmonies of #7400BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7400BD

Black with #7400BD

Text Example


Text Example

White with #7400BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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