Html Css Color HEX #752684 Vivid Violet

📋 copy color: '#752684'

red 117 ◦ green 38 ◦ blue 132

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

Shades of Vivid Violet #752684

Tints of Vivid Violet #752684

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

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

R = 40.77%
G = 13.24%
B = 45.99%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#752684 (or 0x752684) is known color: Vivid Violet. HEX triplet: 75, 26 and 84. RGB value is (117,38,132). Sum of RGB (Red+Green+Blue) = 117+38+132=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #752684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752684 is #8AD97B. Grayscale: #484848. Windows color (decimal): -9099644 or 8660597. OLE color: 8660597.

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

Color convert

RGB 117 38 132 -
CMYK 0.11 0.71 0 0.48
HSL 290.43º 0.55% 0.33% -
HSV(B) 290.43º 0.71% 0.52% -
XYZ 12.19 6.83 22.51 -
YUV 72.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 117 38 132 0.11 0.71 0 0.48 290.43 0.55 0.33
Hex 75 26 84 B 47 0 30 122 37 21
Octal 165 46 204 13 107 0 60 442 67 41
Binary 1110101 100110 10000100 1011 1000111 0 110000 100100010 110111 100001

Color Harmonies of #752684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752684

Black with #752684

Text Example


Text Example

White with #752684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752684; }

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

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

background-color css

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

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

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

border-color css

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

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

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