Html Css Color HEX #74209B Vivid Violet

📋 copy color: '#74209B'

red 116 ◦ green 32 ◦ blue 155

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

Shades of Vivid Violet #74209B

Tints of Vivid Violet #74209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

 BLUE value IS 155 (60.94% from 255) = 51.16%

R = 38.28%
G = 10.56%
B = 51.16%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74209B (or 0x74209B) is known color: Vivid Violet. HEX triplet: 74, 20 and 9B. RGB value is (116,32,155). Sum of RGB (Red+Green+Blue) = 116+32+155=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #74209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74209B is #8BDF64. Grayscale: #464646. Windows color (decimal): -9166693 or 10166388. OLE color: 10166388.

HSL color Cylindrical-coordinate representation of color #74209B: hue angle of 280.98º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74209B is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 32 155 -
CMYK 0.25 0.79 0 0.39
HSL 280.98º 0.66% 0.37% -
HSV(B) 280.98º 0.79% 0.61% -
XYZ 13.64 7.11 31.66 -
YUV 71.14 175.33 160 -
System Red Green Blue C M Y K H S L
Decimal 116 32 155 0.25 0.79 0 0.39 280.98 0.66 0.37
Hex 74 20 9B 19 4F 0 27 119 42 25
Octal 164 40 233 31 117 0 47 431 102 45
Binary 1110100 100000 10011011 11001 1001111 0 100111 100011001 1000010 100101

Color Harmonies of #74209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74209B

Black with #74209B

Text Example


Text Example

White with #74209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74209B; }

 p { color: rgb(116,32,155); }

 H1.HeaderClassName
 {
   color: #74209B;
 }
 .AnyTagClassName
 {
   color: #74209B;
 }
</style>

background-color css

<style>
 a { background-color: #74209B; }

 a { background-color: rgb(116,32,155); }

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

border-color css

<style>
 span { border-color: #74209B; }

 span { border-color: rgb(116,32,155); }

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