Html Css Color HEX #742287 Vivid Violet

📋 copy color: '#742287'

red 116 ◦ green 34 ◦ blue 135

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

Shades of Vivid Violet #742287

Tints of Vivid Violet #742287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.93%

 BLUE value IS 135 (53.13% from 255) = 47.37%

R = 40.7%
G = 11.93%
B = 47.37%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#742287 (or 0x742287) is known color: Vivid Violet. HEX triplet: 74, 22 and 87. RGB value is (116,34,135). Sum of RGB (Red+Green+Blue) = 116+34+135=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #742287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742287 is #8BDD78. Grayscale: #454545. Windows color (decimal): -9166201 or 8856180. OLE color: 8856180.

HSL color Cylindrical-coordinate representation of color #742287: hue angle of 288.71º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742287 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 34 135 -
CMYK 0.14 0.75 0 0.47
HSL 288.71º 0.6% 0.33% -
HSV(B) 288.71º 0.75% 0.53% -
XYZ 12.15 6.61 23.56 -
YUV 70.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 116 34 135 0.14 0.75 0 0.47 288.71 0.6 0.33
Hex 74 22 87 E 4B 0 2F 121 3C 21
Octal 164 42 207 16 113 0 57 441 74 41
Binary 1110100 100010 10000111 1110 1001011 0 101111 100100001 111100 100001

Color Harmonies of #742287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742287

Black with #742287

Text Example


Text Example

White with #742287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742287; }

 p { color: rgb(116,34,135); }

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

background-color css

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

 a { background-color: rgb(116,34,135); }

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

border-color css

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

 span { border-color: rgb(116,34,135); }

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