Html Css Color HEX #751C85 Vivid Violet

📋 copy color: '#751C85'

red 117 ◦ green 28 ◦ blue 133

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

Shades of Vivid Violet #751C85

Tints of Vivid Violet #751C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.07%

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 42.09%
G = 10.07%
B = 47.84%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#751C85 (or 0x751C85) is known color: Vivid Violet. HEX triplet: 75, 1C and 85. RGB value is (117,28,133). Sum of RGB (Red+Green+Blue) = 117+28+133=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #751C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751C85 is #8AE37A. Grayscale: #424242. Windows color (decimal): -9102203 or 8723573. OLE color: 8723573.

HSL color Cylindrical-coordinate representation of color #751C85: hue angle of 290.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751C85 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 28 133 -
CMYK 0.12 0.79 0 0.48
HSL 290.86º 0.65% 0.32% -
HSV(B) 290.86º 0.79% 0.52% -
XYZ 11.99 6.31 22.78 -
YUV 66.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 117 28 133 0.12 0.79 0 0.48 290.86 0.65 0.32
Hex 75 1C 85 C 4F 0 30 123 41 20
Octal 165 34 205 14 117 0 60 443 101 40
Binary 1110101 11100 10000101 1100 1001111 0 110000 100100011 1000001 100000

Color Harmonies of #751C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C85

Black with #751C85

Text Example


Text Example

White with #751C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,28,133); }

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

background-color css

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

 a { background-color: rgb(117,28,133); }

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

border-color css

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

 span { border-color: rgb(117,28,133); }

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