Html Css Color HEX #742288 Vivid Violet

📋 copy color: '#742288'

red 116 ◦ green 34 ◦ blue 136

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

Shades of Vivid Violet #742288

Tints of Vivid Violet #742288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 40.56%
G = 11.89%
B = 47.55%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#742288 (or 0x742288) is known color: Vivid Violet. HEX triplet: 74, 22 and 88. RGB value is (116,34,136). Sum of RGB (Red+Green+Blue) = 116+34+136=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #742288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742288 is #8BDD77. Grayscale: #454545. Windows color (decimal): -9166200 or 8921716. OLE color: 8921716.

HSL color Cylindrical-coordinate representation of color #742288: hue angle of 288.24º 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 #742288 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 34 136 -
CMYK 0.15 0.75 0 0.47
HSL 288.24º 0.6% 0.33% -
HSV(B) 288.24º 0.75% 0.53% -
XYZ 12.22 6.63 23.93 -
YUV 70.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 116 34 136 0.15 0.75 0 0.47 288.24 0.6 0.33
Hex 74 22 88 F 4B 0 2F 120 3C 21
Octal 164 42 210 17 113 0 57 440 74 41
Binary 1110100 100010 10001000 1111 1001011 0 101111 100100000 111100 100001

Color Harmonies of #742288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742288

Black with #742288

Text Example


Text Example

White with #742288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742288; }

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

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

background-color css

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

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

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

border-color css

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

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

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