Html Css Color HEX #752286 Vivid Violet

📋 copy color: '#752286'

red 117 ◦ green 34 ◦ blue 134

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

Shades of Vivid Violet #752286

Tints of Vivid Violet #752286

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.93%

 BLUE value IS 134 (52.73% from 255) = 47.02%

R = 41.05%
G = 11.93%
B = 47.02%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#752286 (or 0x752286) is known color: Vivid Violet. HEX triplet: 75, 22 and 86. RGB value is (117,34,134). Sum of RGB (Red+Green+Blue) = 117+34+134=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #752286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752286 is #8ADD79. Grayscale: #454545. Windows color (decimal): -9100666 or 8790645. OLE color: 8790645.

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

Color convert

RGB 117 34 134 -
CMYK 0.13 0.75 0 0.47
HSL 289.8º 0.6% 0.33% -
HSV(B) 289.8º 0.75% 0.53% -
XYZ 12.21 6.65 23.19 -
YUV 70.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 117 34 134 0.13 0.75 0 0.47 289.8 0.6 0.33
Hex 75 22 86 D 4B 0 2F 122 3C 21
Octal 165 42 206 15 113 0 57 442 74 41
Binary 1110101 100010 10000110 1101 1001011 0 101111 100100010 111100 100001

Color Harmonies of #752286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752286

Black with #752286

Text Example


Text Example

White with #752286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752286; }

 p { color: rgb(117,34,134); }

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

background-color css

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

 a { background-color: rgb(117,34,134); }

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

border-color css

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

 span { border-color: rgb(117,34,134); }

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