Html Css Color HEX #74268D Vivid Violet

📋 copy color: '#74268D'

red 116 ◦ green 38 ◦ blue 141

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

Shades of Vivid Violet #74268D

Tints of Vivid Violet #74268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 39.32%
G = 12.88%
B = 47.8%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74268D (or 0x74268D) is known color: Vivid Violet. HEX triplet: 74, 26 and 8D. RGB value is (116,38,141). Sum of RGB (Red+Green+Blue) = 116+38+141=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #74268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74268D is #8BD972. Grayscale: #484848. Windows color (decimal): -9165171 or 9250420. OLE color: 9250420.

HSL color Cylindrical-coordinate representation of color #74268D: hue angle of 285.44º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74268D is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 38 141 -
CMYK 0.18 0.73 0 0.45
HSL 285.44º 0.58% 0.35% -
HSV(B) 285.44º 0.73% 0.55% -
XYZ 12.7 7.02 25.89 -
YUV 73.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 116 38 141 0.18 0.73 0 0.45 285.44 0.58 0.35
Hex 74 26 8D 12 49 0 2D 11D 3A 23
Octal 164 46 215 22 111 0 55 435 72 43
Binary 1110100 100110 10001101 10010 1001001 0 101101 100011101 111010 100011

Color Harmonies of #74268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74268D

Black with #74268D

Text Example


Text Example

White with #74268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74268D; }

 p { color: rgb(116,38,141); }

 H1.HeaderClassName
 {
   color: #74268D;
 }
 .AnyTagClassName
 {
   color: #74268D;
 }
</style>

background-color css

<style>
 a { background-color: #74268D; }

 a { background-color: rgb(116,38,141); }

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

border-color css

<style>
 span { border-color: #74268D; }

 span { border-color: rgb(116,38,141); }

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