Html Css Color HEX #753684 Vivid Violet

📋 copy color: '#753684'

red 117 ◦ green 54 ◦ blue 132

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

Shades of Vivid Violet #753684

Tints of Vivid Violet #753684

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 132 (51.95% from 255) = 43.56%

R = 38.61%
G = 17.82%
B = 43.56%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#753684 (or 0x753684) is known color: Vivid Violet. HEX triplet: 75, 36 and 84. RGB value is (117,54,132). Sum of RGB (Red+Green+Blue) = 117+54+132=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #753684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753684 is #8AC97B. Grayscale: #515151. Windows color (decimal): -9095548 or 8664693. OLE color: 8664693.

HSL color Cylindrical-coordinate representation of color #753684: hue angle of 288.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753684 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 54 132 -
CMYK 0.11 0.59 0 0.48
HSL 288.46º 0.42% 0.36% -
HSV(B) 288.46º 0.59% 0.52% -
XYZ 12.82 8.09 22.71 -
YUV 81.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 117 54 132 0.11 0.59 0 0.48 288.46 0.42 0.36
Hex 75 36 84 B 3B 0 30 120 2A 24
Octal 165 66 204 13 73 0 60 440 52 44
Binary 1110101 110110 10000100 1011 111011 0 110000 100100000 101010 100100

Color Harmonies of #753684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753684

Black with #753684

Text Example


Text Example

White with #753684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753684; }

 p { color: rgb(117,54,132); }

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

background-color css

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

 a { background-color: rgb(117,54,132); }

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

border-color css

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

 span { border-color: rgb(117,54,132); }

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