Html Css Color HEX #743598 Vivid Violet

📋 copy color: '#743598'

red 116 ◦ green 53 ◦ blue 152

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

Shades of Vivid Violet #743598

Tints of Vivid Violet #743598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.51%

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

R = 36.14%
G = 16.51%
B = 47.35%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#743598 (or 0x743598) is known color: Vivid Violet. HEX triplet: 74, 35 and 98. RGB value is (116,53,152). Sum of RGB (Red+Green+Blue) = 116+53+152=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #743598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743598 is #8BCA67. Grayscale: #525252. Windows color (decimal): -9161320 or 9975156. OLE color: 9975156.

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

Color convert

RGB 116 53 152 -
CMYK 0.24 0.65 0 0.40
HSL 278.18º 0.48% 0.4% -
HSV(B) 278.18º 0.65% 0.6% -
XYZ 14.14 8.53 30.61 -
YUV 83.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 116 53 152 0.24 0.65 0 0.40 278.18 0.48 0.4
Hex 74 35 98 18 41 0 28 116 30 28
Octal 164 65 230 30 101 0 50 426 60 50
Binary 1110100 110101 10011000 11000 1000001 0 101000 100010110 110000 101000

Color Harmonies of #743598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743598

Black with #743598

Text Example


Text Example

White with #743598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743598; }

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

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

background-color css

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

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

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

border-color css

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

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

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