Html Css Color HEX #752695 Vivid Violet

📋 copy color: '#752695'

red 117 ◦ green 38 ◦ blue 149

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

Shades of Vivid Violet #752695

Tints of Vivid Violet #752695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.01%

R = 38.49%
G = 12.5%
B = 49.01%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#752695 (or 0x752695) is known color: Vivid Violet. HEX triplet: 75, 26 and 95. RGB value is (117,38,149). Sum of RGB (Red+Green+Blue) = 117+38+149=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #752695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752695 is #8AD96A. Grayscale: #494949. Windows color (decimal): -9099627 or 9774709. OLE color: 9774709.

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

Color convert

RGB 117 38 149 -
CMYK 0.21 0.74 0 0.42
HSL 282.7º 0.59% 0.37% -
HSV(B) 282.7º 0.74% 0.58% -
XYZ 13.45 7.34 29.14 -
YUV 74.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 117 38 149 0.21 0.74 0 0.42 282.7 0.59 0.37
Hex 75 26 95 15 4A 0 2A 11B 3B 25
Octal 165 46 225 25 112 0 52 433 73 45
Binary 1110101 100110 10010101 10101 1001010 0 101010 100011011 111011 100101

Color Harmonies of #752695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752695

Black with #752695

Text Example


Text Example

White with #752695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752695; }

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

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

background-color css

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

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

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

border-color css

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

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

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