Html Css Color HEX #752485 Vivid Violet

📋 copy color: '#752485'

red 117 ◦ green 36 ◦ blue 133

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

Shades of Vivid Violet #752485

Tints of Vivid Violet #752485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

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

R = 40.91%
G = 12.59%
B = 46.5%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#752485 (or 0x752485) is known color: Vivid Violet. HEX triplet: 75, 24 and 85. RGB value is (117,36,133). Sum of RGB (Red+Green+Blue) = 117+36+133=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #752485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752485 is #8ADB7A. Grayscale: #464646. Windows color (decimal): -9100155 or 8725621. OLE color: 8725621.

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

Color convert

RGB 117 36 133 -
CMYK 0.12 0.73 0 0.48
HSL 290.1º 0.57% 0.33% -
HSV(B) 290.1º 0.73% 0.52% -
XYZ 12.2 6.74 22.85 -
YUV 71.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 117 36 133 0.12 0.73 0 0.48 290.1 0.57 0.33
Hex 75 24 85 C 49 0 30 122 39 21
Octal 165 44 205 14 111 0 60 442 71 41
Binary 1110101 100100 10000101 1100 1001001 0 110000 100100010 111001 100001

Color Harmonies of #752485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752485

Black with #752485

Text Example


Text Example

White with #752485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752485; }

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

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

background-color css

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

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

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

border-color css

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

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

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