Html Css Color HEX #75259D Vivid Violet

📋 copy color: '#75259D'

red 117 ◦ green 37 ◦ blue 157

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

Shades of Vivid Violet #75259D

Tints of Vivid Violet #75259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 37.62%
G = 11.9%
B = 50.48%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75259D (or 0x75259D) is known color: Vivid Violet. HEX triplet: 75, 25 and 9D. RGB value is (117,37,157). Sum of RGB (Red+Green+Blue) = 117+37+157=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #75259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75259D is #8ADA62. Grayscale: #4A4A4A. Windows color (decimal): -9099875 or 10298741. OLE color: 10298741.

HSL color Cylindrical-coordinate representation of color #75259D: hue angle of 280º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75259D is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 37 157 -
CMYK 0.25 0.76 0 0.38
HSL 280º 0.62% 0.38% -
HSV(B) 280º 0.76% 0.62% -
XYZ 14.08 7.54 32.61 -
YUV 74.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 117 37 157 0.25 0.76 0 0.38 280 0.62 0.38
Hex 75 25 9D 19 4C 0 26 118 3E 26
Octal 165 45 235 31 114 0 46 430 76 46
Binary 1110101 100101 10011101 11001 1001100 0 100110 100011000 111110 100110

Color Harmonies of #75259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75259D

Black with #75259D

Text Example


Text Example

White with #75259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75259D; }

 p { color: rgb(117,37,157); }

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

background-color css

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

 a { background-color: rgb(117,37,157); }

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

border-color css

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

 span { border-color: rgb(117,37,157); }

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