Html Css Color HEX #752698 Vivid Violet

📋 copy color: '#752698'

red 117 ◦ green 38 ◦ blue 152

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

Shades of Vivid Violet #752698

Tints of Vivid Violet #752698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.51%

R = 38.11%
G = 12.38%
B = 49.51%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#752698 (or 0x752698) is known color: Vivid Violet. HEX triplet: 75, 26 and 98. RGB value is (117,38,152). Sum of RGB (Red+Green+Blue) = 117+38+152=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #752698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752698 is #8AD967. Grayscale: #4A4A4A. Windows color (decimal): -9099624 or 9971317. OLE color: 9971317.

HSL color Cylindrical-coordinate representation of color #752698: hue angle of 281.58º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752698 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 38 152 -
CMYK 0.23 0.75 0 0.40
HSL 281.58º 0.6% 0.37% -
HSV(B) 281.58º 0.75% 0.6% -
XYZ 13.7 7.44 30.42 -
YUV 74.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 117 38 152 0.23 0.75 0 0.40 281.58 0.6 0.37
Hex 75 26 98 17 4B 0 28 11A 3C 25
Octal 165 46 230 27 113 0 50 432 74 45
Binary 1110101 100110 10011000 10111 1001011 0 101000 100011010 111100 100101

Color Harmonies of #752698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752698

Black with #752698

Text Example


Text Example

White with #752698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752698; }

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

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

background-color css

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

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

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

border-color css

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

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

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