Html Css Color HEX #742498 Vivid Violet

📋 copy color: '#742498'

red 116 ◦ green 36 ◦ blue 152

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

Shades of Vivid Violet #742498

Tints of Vivid Violet #742498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 38.16%
G = 11.84%
B = 50%

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

#742498 (or 0x742498) is known color: Vivid Violet. HEX triplet: 74, 24 and 98. RGB value is (116,36,152). Sum of RGB (Red+Green+Blue) = 116+36+152=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #742498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742498 is #8BDB67. Grayscale: #484848. Windows color (decimal): -9165672 or 9970804. OLE color: 9970804.

HSL color Cylindrical-coordinate representation of color #742498: hue angle of 281.38º degrees, saturation: 0.62, 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 #742498 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 36 152 -
CMYK 0.24 0.76 0 0.40
HSL 281.38º 0.62% 0.37% -
HSV(B) 281.38º 0.76% 0.6% -
XYZ 13.5 7.24 30.39 -
YUV 73.14 172.5 158.57 -
System Red Green Blue C M Y K H S L
Decimal 116 36 152 0.24 0.76 0 0.40 281.38 0.62 0.37
Hex 74 24 98 18 4C 0 28 119 3E 25
Octal 164 44 230 30 114 0 50 431 76 45
Binary 1110100 100100 10011000 11000 1001100 0 101000 100011001 111110 100101

Color Harmonies of #742498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742498

Black with #742498

Text Example


Text Example

White with #742498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742498; }

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

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

background-color css

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

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

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

border-color css

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

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

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