Html Css Color HEX #752387 Vivid Violet

📋 copy color: '#752387'

red 117 ◦ green 35 ◦ blue 135

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

Shades of Vivid Violet #752387

Tints of Vivid Violet #752387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

 BLUE value IS 135 (53.13% from 255) = 47.04%

R = 40.77%
G = 12.2%
B = 47.04%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#752387 (or 0x752387) is known color: Vivid Violet. HEX triplet: 75, 23 and 87. RGB value is (117,35,135). Sum of RGB (Red+Green+Blue) = 117+35+135=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #752387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752387 is #8ADC78. Grayscale: #464646. Windows color (decimal): -9100409 or 8856437. OLE color: 8856437.

HSL color Cylindrical-coordinate representation of color #752387: hue angle of 289.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752387 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 35 135 -
CMYK 0.13 0.74 0 0.47
HSL 289.2º 0.59% 0.33% -
HSV(B) 289.2º 0.74% 0.53% -
XYZ 12.31 6.73 23.57 -
YUV 70.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 117 35 135 0.13 0.74 0 0.47 289.2 0.59 0.33
Hex 75 23 87 D 4A 0 2F 121 3B 21
Octal 165 43 207 15 112 0 57 441 73 41
Binary 1110101 100011 10000111 1101 1001010 0 101111 100100001 111011 100001

Color Harmonies of #752387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752387

Black with #752387

Text Example


Text Example

White with #752387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752387; }

 p { color: rgb(117,35,135); }

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

background-color css

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

 a { background-color: rgb(117,35,135); }

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

border-color css

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

 span { border-color: rgb(117,35,135); }

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