Html Css Color HEX #742598 Vivid Violet

📋 copy color: '#742598'

red 116 ◦ green 37 ◦ blue 152

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

Shades of Vivid Violet #742598

Tints of Vivid Violet #742598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 38.03%
G = 12.13%
B = 49.84%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#742598 (or 0x742598) is known color: Vivid Violet. HEX triplet: 74, 25 and 98. RGB value is (116,37,152). Sum of RGB (Red+Green+Blue) = 116+37+152=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #742598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742598 is #8BDA67. Grayscale: #494949. Windows color (decimal): -9165416 or 9971060. OLE color: 9971060.

HSL color Cylindrical-coordinate representation of color #742598: hue angle of 281.22º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742598 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 37 152 -
CMYK 0.24 0.76 0 0.40
HSL 281.22º 0.61% 0.37% -
HSV(B) 281.22º 0.76% 0.6% -
XYZ 13.53 7.3 30.4 -
YUV 73.73 172.17 158.15 -
System Red Green Blue C M Y K H S L
Decimal 116 37 152 0.24 0.76 0 0.40 281.22 0.61 0.37
Hex 74 25 98 18 4C 0 28 119 3D 25
Octal 164 45 230 30 114 0 50 431 75 45
Binary 1110100 100101 10011000 11000 1001100 0 101000 100011001 111101 100101

Color Harmonies of #742598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742598

Black with #742598

Text Example


Text Example

White with #742598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742598; }

 p { color: rgb(116,37,152); }

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

background-color css

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

 a { background-color: rgb(116,37,152); }

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

border-color css

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

 span { border-color: rgb(116,37,152); }

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