Html Css Color HEX #74248B Vivid Violet

📋 copy color: '#74248B'

red 116 ◦ green 36 ◦ blue 139

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

Shades of Vivid Violet #74248B

Tints of Vivid Violet #74248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.77%

R = 39.86%
G = 12.37%
B = 47.77%

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

#74248B (or 0x74248B) is known color: Vivid Violet. HEX triplet: 74, 24 and 8B. RGB value is (116,36,139). Sum of RGB (Red+Green+Blue) = 116+36+139=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #74248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74248B is #8BDB74. Grayscale: #474747. Windows color (decimal): -9165685 or 9118836. OLE color: 9118836.

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

Color convert

RGB 116 36 139 -
CMYK 0.17 0.74 0 0.45
HSL 286.6º 0.59% 0.34% -
HSV(B) 286.6º 0.74% 0.55% -
XYZ 12.49 6.84 25.09 -
YUV 71.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 116 36 139 0.17 0.74 0 0.45 286.6 0.59 0.34
Hex 74 24 8B 11 4A 0 2D 11F 3B 22
Octal 164 44 213 21 112 0 55 437 73 42
Binary 1110100 100100 10001011 10001 1001010 0 101101 100011111 111011 100010

Color Harmonies of #74248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74248B

Black with #74248B

Text Example


Text Example

White with #74248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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