Html Css Color HEX #751896 Vivid Violet

📋 copy color: '#751896'

red 117 ◦ green 24 ◦ blue 150

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

Shades of Vivid Violet #751896

Tints of Vivid Violet #751896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

 BLUE value IS 150 (58.98% from 255) = 51.55%

R = 40.21%
G = 8.25%
B = 51.55%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#751896 (or 0x751896) is known color: Vivid Violet. HEX triplet: 75, 18 and 96. RGB value is (117,24,150). Sum of RGB (Red+Green+Blue) = 117+24+150=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #751896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751896 is #8AE769. Grayscale: #414141. Windows color (decimal): -9103210 or 9836661. OLE color: 9836661.

HSL color Cylindrical-coordinate representation of color #751896: hue angle of 284.29º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751896 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 24 150 -
CMYK 0.22 0.84 0 0.41
HSL 284.29º 0.72% 0.34% -
HSV(B) 284.29º 0.84% 0.59% -
XYZ 13.17 6.64 29.44 -
YUV 66.17 175.31 164.25 -
System Red Green Blue C M Y K H S L
Decimal 117 24 150 0.22 0.84 0 0.41 284.29 0.72 0.34
Hex 75 18 96 16 54 0 29 11C 48 22
Octal 165 30 226 26 124 0 51 434 110 42
Binary 1110101 11000 10010110 10110 1010100 0 101001 100011100 1001000 100010

Color Harmonies of #751896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751896

Black with #751896

Text Example


Text Example

White with #751896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751896; }

 p { color: rgb(117,24,150); }

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

background-color css

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

 a { background-color: rgb(117,24,150); }

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

border-color css

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

 span { border-color: rgb(117,24,150); }

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