Html Css Color HEX #751A98 Vivid Violet

📋 copy color: '#751A98'

red 117 ◦ green 26 ◦ blue 152

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

Shades of Vivid Violet #751A98

Tints of Vivid Violet #751A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.53%

R = 39.66%
G = 8.81%
B = 51.53%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#751A98 (or 0x751A98) is known color: Vivid Violet. HEX triplet: 75, 1A and 98. RGB value is (117,26,152). Sum of RGB (Red+Green+Blue) = 117+26+152=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #751A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A98 is #8AE567. Grayscale: #434343. Windows color (decimal): -9102696 or 9968245. OLE color: 9968245.

HSL color Cylindrical-coordinate representation of color #751A98: hue angle of 283.33º 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 #751A98 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 26 152 -
CMYK 0.23 0.83 0 0.40
HSL 283.33º 0.71% 0.35% -
HSV(B) 283.33º 0.83% 0.6% -
XYZ 13.37 6.79 30.31 -
YUV 67.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 117 26 152 0.23 0.83 0 0.40 283.33 0.71 0.35
Hex 75 1A 98 17 53 0 28 11B 47 23
Octal 165 32 230 27 123 0 50 433 107 43
Binary 1110101 11010 10011000 10111 1010011 0 101000 100011011 1000111 100011

Color Harmonies of #751A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A98

Black with #751A98

Text Example


Text Example

White with #751A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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