Html Css Color HEX #752682 Vivid Violet

📋 copy color: '#752682'

red 117 ◦ green 38 ◦ blue 130

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

Shades of Vivid Violet #752682

Tints of Vivid Violet #752682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.61%

R = 41.05%
G = 13.33%
B = 45.61%

CMYK

 C value IS 0.1

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#752682 (or 0x752682) is known color: Vivid Violet. HEX triplet: 75, 26 and 82. RGB value is (117,38,130). Sum of RGB (Red+Green+Blue) = 117+38+130=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #752682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752682 is #8AD97D. Grayscale: #474747. Windows color (decimal): -9099646 or 8529525. OLE color: 8529525.

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

Color convert

RGB 117 38 130 -
CMYK 0.1 0.71 0 0.49
HSL 291.52º 0.55% 0.33% -
HSV(B) 291.52º 0.71% 0.51% -
XYZ 12.06 6.78 21.79 -
YUV 72.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 117 38 130 0.1 0.71 0 0.49 291.52 0.55 0.33
Hex 75 26 82 A 47 0 31 124 37 21
Octal 165 46 202 12 107 0 61 444 67 41
Binary 1110101 100110 10000010 1010 1000111 0 110001 100100100 110111 100001

Color Harmonies of #752682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752682

Black with #752682

Text Example


Text Example

White with #752682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752682; }

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

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

background-color css

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

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

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

border-color css

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

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

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