Html Css Color HEX #751A99 Vivid Violet

📋 copy color: '#751A99'

red 117 ◦ green 26 ◦ blue 153

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

Shades of Vivid Violet #751A99

Tints of Vivid Violet #751A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.78%

 BLUE value IS 153 (60.16% from 255) = 51.69%

R = 39.53%
G = 8.78%
B = 51.69%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#751A99 (or 0x751A99) is known color: Vivid Violet. HEX triplet: 75, 1A and 99. RGB value is (117,26,153). Sum of RGB (Red+Green+Blue) = 117+26+153=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #751A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A99 is #8AE566. Grayscale: #434343. Windows color (decimal): -9102695 or 10033781. OLE color: 10033781.

HSL color Cylindrical-coordinate representation of color #751A99: hue angle of 282.99º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751A99 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 26 153 -
CMYK 0.24 0.83 0 0.4
HSL 282.99º 0.71% 0.35% -
HSV(B) 282.99º 0.83% 0.6% -
XYZ 13.46 6.82 30.74 -
YUV 67.69 176.15 163.17 -
System Red Green Blue C M Y K H S L
Decimal 117 26 153 0.24 0.83 0 0.4 282.99 0.71 0.35
Hex 75 1A 99 18 53 0 28 11B 47 23
Octal 165 32 231 30 123 0 50 433 107 43
Binary 1110101 11010 10011001 11000 1010011 0 101000 100011011 1000111 100011

Color Harmonies of #751A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A99

Black with #751A99

Text Example


Text Example

White with #751A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751A99; }

 p { color: rgb(117,26,153); }

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

background-color css

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

 a { background-color: rgb(117,26,153); }

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

border-color css

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

 span { border-color: rgb(117,26,153); }

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