Html Css Color HEX #751AA4 Vivid Violet

📋 copy color: '#751AA4'

red 117 ◦ green 26 ◦ blue 164

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

Shades of Vivid Violet #751AA4

Tints of Vivid Violet #751AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 53.42%

R = 38.11%
G = 8.47%
B = 53.42%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#751AA4 (or 0x751AA4) is known color: Vivid Violet. HEX triplet: 75, 1A and A4. RGB value is (117,26,164). Sum of RGB (Red+Green+Blue) = 117+26+164=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #751AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751AA4 is #8AE55B. Grayscale: #444444. Windows color (decimal): -9102684 or 10754677. OLE color: 10754677.

HSL color Cylindrical-coordinate representation of color #751AA4: hue angle of 279.57º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751AA4 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 26 164 -
CMYK 0.29 0.84 0 0.36
HSL 279.57º 0.73% 0.37% -
HSV(B) 279.57º 0.84% 0.64% -
XYZ 14.41 7.2 35.75 -
YUV 68.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 117 26 164 0.29 0.84 0 0.36 279.57 0.73 0.37
Hex 75 1A A4 1D 54 0 24 118 49 25
Octal 165 32 244 35 124 0 44 430 111 45
Binary 1110101 11010 10100100 11101 1010100 0 100100 100011000 1001001 100101

Color Harmonies of #751AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751AA4

Black with #751AA4

Text Example


Text Example

White with #751AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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