Html Css Color HEX #751693 Vivid Violet

📋 copy color: '#751693'

red 117 ◦ green 22 ◦ blue 147

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

Shades of Vivid Violet #751693

Tints of Vivid Violet #751693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.4%

R = 40.91%
G = 7.69%
B = 51.4%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#751693 (or 0x751693) is known color: Vivid Violet. HEX triplet: 75, 16 and 93. RGB value is (117,22,147). Sum of RGB (Red+Green+Blue) = 117+22+147=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #751693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751693 is #8AE96C. Grayscale: #404040. Windows color (decimal): -9103725 or 9639541. OLE color: 9639541.

HSL color Cylindrical-coordinate representation of color #751693: hue angle of 285.6º 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 #751693 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 22 147 -
CMYK 0.20 0.85 0 0.42
HSL 285.6º 0.74% 0.33% -
HSV(B) 285.6º 0.85% 0.58% -
XYZ 12.89 6.46 28.17 -
YUV 64.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 117 22 147 0.20 0.85 0 0.42 285.6 0.74 0.33
Hex 75 16 93 14 55 0 2A 11E 4A 21
Octal 165 26 223 24 125 0 52 436 112 41
Binary 1110101 10110 10010011 10100 1010101 0 101010 100011110 1001010 100001

Color Harmonies of #751693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751693

Black with #751693

Text Example


Text Example

White with #751693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751693; }

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

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

background-color css

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

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

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

border-color css

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

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

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