Html Css Color HEX #751EA2 Vivid Violet

📋 copy color: '#751EA2'

red 117 ◦ green 30 ◦ blue 162

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

Shades of Vivid Violet #751EA2

Tints of Vivid Violet #751EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.71%

 BLUE value IS 162 (63.67% from 255) = 52.43%

R = 37.86%
G = 9.71%
B = 52.43%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#751EA2 (or 0x751EA2) is known color: Vivid Violet. HEX triplet: 75, 1E and A2. RGB value is (117,30,162). Sum of RGB (Red+Green+Blue) = 117+30+162=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #751EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751EA2 is #8AE15D. Grayscale: #464646. Windows color (decimal): -9101662 or 10624629. OLE color: 10624629.

HSL color Cylindrical-coordinate representation of color #751EA2: hue angle of 279.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751EA2 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 30 162 -
CMYK 0.28 0.81 0 0.36
HSL 279.55º 0.69% 0.38% -
HSV(B) 279.55º 0.81% 0.64% -
XYZ 14.32 7.32 34.84 -
YUV 71.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 117 30 162 0.28 0.81 0 0.36 279.55 0.69 0.38
Hex 75 1E A2 1C 51 0 24 118 45 26
Octal 165 36 242 34 121 0 44 430 105 46
Binary 1110101 11110 10100010 11100 1010001 0 100100 100011000 1000101 100110

Color Harmonies of #751EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751EA2

Black with #751EA2

Text Example


Text Example

White with #751EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,30,162); }

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

background-color css

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

 a { background-color: rgb(117,30,162); }

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

border-color css

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

 span { border-color: rgb(117,30,162); }

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