Html Css Color HEX #751A9D Vivid Violet

📋 copy color: '#751A9D'

red 117 ◦ green 26 ◦ blue 157

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

Shades of Vivid Violet #751A9D

Tints of Vivid Violet #751A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 39%
G = 8.67%
B = 52.33%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#751A9D (or 0x751A9D) is known color: Vivid Violet. HEX triplet: 75, 1A and 9D. RGB value is (117,26,157). Sum of RGB (Red+Green+Blue) = 117+26+157=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #751A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A9D is #8AE562. Grayscale: #434343. Windows color (decimal): -9102691 or 10295925. OLE color: 10295925.

HSL color Cylindrical-coordinate representation of color #751A9D: hue angle of 281.68º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751A9D is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 26 157 -
CMYK 0.25 0.83 0 0.38
HSL 281.68º 0.72% 0.36% -
HSV(B) 281.68º 0.83% 0.62% -
XYZ 13.79 6.96 32.51 -
YUV 68.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 117 26 157 0.25 0.83 0 0.38 281.68 0.72 0.36
Hex 75 1A 9D 19 53 0 26 11A 48 24
Octal 165 32 235 31 123 0 46 432 110 44
Binary 1110101 11010 10011101 11001 1010011 0 100110 100011010 1001000 100100

Color Harmonies of #751A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A9D

Black with #751A9D

Text Example


Text Example

White with #751A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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