Html Css Color HEX #752185 Vivid Violet

📋 copy color: '#752185'

red 117 ◦ green 33 ◦ blue 133

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

Shades of Vivid Violet #752185

Tints of Vivid Violet #752185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

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

R = 41.34%
G = 11.66%
B = 47%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#752185 (or 0x752185) is known color: Vivid Violet. HEX triplet: 75, 21 and 85. RGB value is (117,33,133). Sum of RGB (Red+Green+Blue) = 117+33+133=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #752185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752185 is #8ADE7A. Grayscale: #454545. Windows color (decimal): -9100923 or 8724853. OLE color: 8724853.

HSL color Cylindrical-coordinate representation of color #752185: hue angle of 290.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752185 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 33 133 -
CMYK 0.12 0.75 0 0.48
HSL 290.4º 0.6% 0.33% -
HSV(B) 290.4º 0.75% 0.52% -
XYZ 12.11 6.56 22.82 -
YUV 69.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 117 33 133 0.12 0.75 0 0.48 290.4 0.6 0.33
Hex 75 21 85 C 4B 0 30 122 3C 21
Octal 165 41 205 14 113 0 60 442 74 41
Binary 1110101 100001 10000101 1100 1001011 0 110000 100100010 111100 100001

Color Harmonies of #752185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752185

Black with #752185

Text Example


Text Example

White with #752185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752185; }

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

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

background-color css

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

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

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

border-color css

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

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

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