Html Css Color HEX #751694 Vivid Violet

📋 copy color: '#751694'

red 117 ◦ green 22 ◦ blue 148

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

Shades of Vivid Violet #751694

Tints of Vivid Violet #751694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

 BLUE value IS 148 (58.2% from 255) = 51.57%

R = 40.77%
G = 7.67%
B = 51.57%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751694 (or 0x751694) is known color: Vivid Violet. HEX triplet: 75, 16 and 94. RGB value is (117,22,148). Sum of RGB (Red+Green+Blue) = 117+22+148=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #751694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751694 is #8AE96B. Grayscale: #404040. Windows color (decimal): -9103724 or 9705077. OLE color: 9705077.

HSL color Cylindrical-coordinate representation of color #751694: hue angle of 285.24º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751694 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 22 148 -
CMYK 0.21 0.85 0 0.42
HSL 285.24º 0.74% 0.33% -
HSV(B) 285.24º 0.85% 0.58% -
XYZ 12.97 6.49 28.59 -
YUV 64.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 117 22 148 0.21 0.85 0 0.42 285.24 0.74 0.33
Hex 75 16 94 15 55 0 2A 11D 4A 21
Octal 165 26 224 25 125 0 52 435 112 41
Binary 1110101 10110 10010100 10101 1010101 0 101010 100011101 1001010 100001

Color Harmonies of #751694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751694

Black with #751694

Text Example


Text Example

White with #751694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751694; }

 p { color: rgb(117,22,148); }

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

background-color css

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

 a { background-color: rgb(117,22,148); }

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

border-color css

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

 span { border-color: rgb(117,22,148); }

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