Html Css Color HEX #751A8E Vivid Violet

📋 copy color: '#751A8E'

red 117 ◦ green 26 ◦ blue 142

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

Shades of Vivid Violet #751A8E

Tints of Vivid Violet #751A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.82%

R = 41.05%
G = 9.12%
B = 49.82%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#751A8E (or 0x751A8E) is known color: Vivid Violet. HEX triplet: 75, 1A and 8E. RGB value is (117,26,142). Sum of RGB (Red+Green+Blue) = 117+26+142=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #751A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A8E is #8AE571. Grayscale: #424242. Windows color (decimal): -9102706 or 9312885. OLE color: 9312885.

HSL color Cylindrical-coordinate representation of color #751A8E: hue angle of 287.07º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751A8E is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 26 142 -
CMYK 0.18 0.82 0 0.44
HSL 287.07º 0.69% 0.33% -
HSV(B) 287.07º 0.82% 0.56% -
XYZ 12.59 6.47 26.18 -
YUV 66.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 117 26 142 0.18 0.82 0 0.44 287.07 0.69 0.33
Hex 75 1A 8E 12 52 0 2C 11F 45 21
Octal 165 32 216 22 122 0 54 437 105 41
Binary 1110101 11010 10001110 10010 1010010 0 101100 100011111 1000101 100001

Color Harmonies of #751A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A8E

Black with #751A8E

Text Example


Text Example

White with #751A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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