Html Css Color HEX #74269A Vivid Violet

📋 copy color: '#74269A'

red 116 ◦ green 38 ◦ blue 154

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

Shades of Vivid Violet #74269A

Tints of Vivid Violet #74269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50%

R = 37.66%
G = 12.34%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74269A (or 0x74269A) is known color: Vivid Violet. HEX triplet: 74, 26 and 9A. RGB value is (116,38,154). Sum of RGB (Red+Green+Blue) = 116+38+154=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #74269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74269A is #8BD965. Grayscale: #4A4A4A. Windows color (decimal): -9165158 or 10102388. OLE color: 10102388.

HSL color Cylindrical-coordinate representation of color #74269A: hue angle of 280.34º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74269A is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 38 154 -
CMYK 0.25 0.75 0 0.40
HSL 280.34º 0.6% 0.38% -
HSV(B) 280.34º 0.75% 0.6% -
XYZ 13.73 7.43 31.28 -
YUV 74.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 116 38 154 0.25 0.75 0 0.40 280.34 0.6 0.38
Hex 74 26 9A 19 4B 0 28 118 3C 26
Octal 164 46 232 31 113 0 50 430 74 46
Binary 1110100 100110 10011010 11001 1001011 0 101000 100011000 111100 100110

Color Harmonies of #74269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74269A

Black with #74269A

Text Example


Text Example

White with #74269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74269A; }

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

 H1.HeaderClassName
 {
   color: #74269A;
 }
 .AnyTagClassName
 {
   color: #74269A;
 }
</style>

background-color css

<style>
 a { background-color: #74269A; }

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

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

border-color css

<style>
 span { border-color: #74269A; }

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

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