Html Css Color HEX #74248C Vivid Violet

📋 copy color: '#74248C'

red 116 ◦ green 36 ◦ blue 140

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

Shades of Vivid Violet #74248C

Tints of Vivid Violet #74248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.95%

R = 39.73%
G = 12.33%
B = 47.95%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74248C (or 0x74248C) is known color: Vivid Violet. HEX triplet: 74, 24 and 8C. RGB value is (116,36,140). Sum of RGB (Red+Green+Blue) = 116+36+140=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #74248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74248C is #8BDB73. Grayscale: #474747. Windows color (decimal): -9165684 or 9184372. OLE color: 9184372.

HSL color Cylindrical-coordinate representation of color #74248C: hue angle of 286.15º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74248C is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 36 140 -
CMYK 0.17 0.74 0 0.45
HSL 286.15º 0.59% 0.35% -
HSV(B) 286.15º 0.74% 0.55% -
XYZ 12.57 6.87 25.47 -
YUV 71.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 116 36 140 0.17 0.74 0 0.45 286.15 0.59 0.35
Hex 74 24 8C 11 4A 0 2D 11E 3B 23
Octal 164 44 214 21 112 0 55 436 73 43
Binary 1110100 100100 10001100 10001 1001010 0 101101 100011110 111011 100011

Color Harmonies of #74248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74248C

Black with #74248C

Text Example


Text Example

White with #74248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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