Html Css Color HEX #752690 Vivid Violet

📋 copy color: '#752690'

red 117 ◦ green 38 ◦ blue 144

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

Shades of Vivid Violet #752690

Tints of Vivid Violet #752690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 39.13%
G = 12.71%
B = 48.16%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#752690 (or 0x752690) is known color: Vivid Violet. HEX triplet: 75, 26 and 90. RGB value is (117,38,144). Sum of RGB (Red+Green+Blue) = 117+38+144=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #752690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752690 is #8AD96F. Grayscale: #494949. Windows color (decimal): -9099632 or 9447029. OLE color: 9447029.

HSL color Cylindrical-coordinate representation of color #752690: hue angle of 284.72º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752690 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 38 144 -
CMYK 0.19 0.74 0 0.44
HSL 284.72º 0.58% 0.36% -
HSV(B) 284.72º 0.74% 0.56% -
XYZ 13.06 7.18 27.08 -
YUV 73.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 117 38 144 0.19 0.74 0 0.44 284.72 0.58 0.36
Hex 75 26 90 13 4A 0 2C 11D 3A 24
Octal 165 46 220 23 112 0 54 435 72 44
Binary 1110101 100110 10010000 10011 1001010 0 101100 100011101 111010 100100

Color Harmonies of #752690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752690

Black with #752690

Text Example


Text Example

White with #752690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752690; }

 p { color: rgb(117,38,144); }

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

background-color css

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

 a { background-color: rgb(117,38,144); }

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

border-color css

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

 span { border-color: rgb(117,38,144); }

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