Html Css Color HEX #751595 Vivid Violet

📋 copy color: '#751595'

red 117 ◦ green 21 ◦ blue 149

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

Shades of Vivid Violet #751595

Tints of Vivid Violet #751595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.32%

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

R = 40.77%
G = 7.32%
B = 51.92%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751595 (or 0x751595) is known color: Vivid Violet. HEX triplet: 75, 15 and 95. RGB value is (117,21,149). Sum of RGB (Red+Green+Blue) = 117+21+149=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #751595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751595 is #8AEA6A. Grayscale: #3F3F3F. Windows color (decimal): -9103979 or 9770357. OLE color: 9770357.

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

Color convert

RGB 117 21 149 -
CMYK 0.21 0.86 0 0.42
HSL 285º 0.75% 0.33% -
HSV(B) 285º 0.86% 0.58% -
XYZ 13.03 6.49 29 -
YUV 64.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 117 21 149 0.21 0.86 0 0.42 285 0.75 0.33
Hex 75 15 95 15 56 0 2A 11D 4B 21
Octal 165 25 225 25 126 0 52 435 113 41
Binary 1110101 10101 10010101 10101 1010110 0 101010 100011101 1001011 100001

Color Harmonies of #751595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751595

Black with #751595

Text Example


Text Example

White with #751595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751595; }

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

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

background-color css

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

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

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

border-color css

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

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

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