Html Css Color HEX #751A88 Vivid Violet

📋 copy color: '#751A88'

red 117 ◦ green 26 ◦ blue 136

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

Shades of Vivid Violet #751A88

Tints of Vivid Violet #751A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 48.75%

R = 41.94%
G = 9.32%
B = 48.75%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#751A88 (or 0x751A88) is known color: Vivid Violet. HEX triplet: 75, 1A and 88. RGB value is (117,26,136). Sum of RGB (Red+Green+Blue) = 117+26+136=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #751A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A88 is #8AE577. Grayscale: #414141. Windows color (decimal): -9102712 or 8919669. OLE color: 8919669.

HSL color Cylindrical-coordinate representation of color #751A88: hue angle of 289.64º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751A88 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 26 136 -
CMYK 0.14 0.81 0 0.47
HSL 289.64º 0.68% 0.32% -
HSV(B) 289.64º 0.81% 0.53% -
XYZ 12.15 6.3 23.87 -
YUV 65.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 117 26 136 0.14 0.81 0 0.47 289.64 0.68 0.32
Hex 75 1A 88 E 51 0 2F 122 44 20
Octal 165 32 210 16 121 0 57 442 104 40
Binary 1110101 11010 10001000 1110 1010001 0 101111 100100010 1000100 100000

Color Harmonies of #751A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A88

Black with #751A88

Text Example


Text Example

White with #751A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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