Html Css Color HEX #752294 Vivid Violet

📋 copy color: '#752294'

red 117 ◦ green 34 ◦ blue 148

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

Shades of Vivid Violet #752294

Tints of Vivid Violet #752294

RGB

 RED value IS 117 (46.09% from 255) = 39.13%

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

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 39.13%
G = 11.37%
B = 49.5%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#752294 (or 0x752294) is known color: Vivid Violet. HEX triplet: 75, 22 and 94. RGB value is (117,34,148). Sum of RGB (Red+Green+Blue) = 117+34+148=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #752294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752294 is #8ADD6B. Grayscale: #474747. Windows color (decimal): -9100652 or 9708149. OLE color: 9708149.

HSL color Cylindrical-coordinate representation of color #752294: hue angle of 283.68º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752294 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 34 148 -
CMYK 0.21 0.77 0 0.42
HSL 283.68º 0.63% 0.36% -
HSV(B) 283.68º 0.77% 0.58% -
XYZ 13.25 7.06 28.68 -
YUV 71.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 117 34 148 0.21 0.77 0 0.42 283.68 0.63 0.36
Hex 75 22 94 15 4D 0 2A 11C 3F 24
Octal 165 42 224 25 115 0 52 434 77 44
Binary 1110101 100010 10010100 10101 1001101 0 101010 100011100 111111 100100

Color Harmonies of #752294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752294

Black with #752294

Text Example


Text Example

White with #752294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752294; }

 p { color: rgb(117,34,148); }

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

background-color css

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

 a { background-color: rgb(117,34,148); }

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

border-color css

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

 span { border-color: rgb(117,34,148); }

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