Html Css Color HEX #75279F Vivid Violet

📋 copy color: '#75279F'

red 117 ◦ green 39 ◦ blue 159

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

Shades of Vivid Violet #75279F

Tints of Vivid Violet #75279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

 BLUE value IS 159 (62.5% from 255) = 50.48%

R = 37.14%
G = 12.38%
B = 50.48%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75279F (or 0x75279F) is known color: Vivid Violet. HEX triplet: 75, 27 and 9F. RGB value is (117,39,159). Sum of RGB (Red+Green+Blue) = 117+39+159=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #75279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75279F is #8AD860. Grayscale: #4B4B4B. Windows color (decimal): -9099361 or 10430325. OLE color: 10430325.

HSL color Cylindrical-coordinate representation of color #75279F: hue angle of 279º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75279F is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 39 159 -
CMYK 0.26 0.75 0 0.38
HSL 279º 0.61% 0.39% -
HSV(B) 279º 0.75% 0.62% -
XYZ 14.32 7.74 33.54 -
YUV 76 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 117 39 159 0.26 0.75 0 0.38 279 0.61 0.39
Hex 75 27 9F 1A 4B 0 26 117 3D 27
Octal 165 47 237 32 113 0 46 427 75 47
Binary 1110101 100111 10011111 11010 1001011 0 100110 100010111 111101 100111

Color Harmonies of #75279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75279F

Black with #75279F

Text Example


Text Example

White with #75279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75279F; }

 p { color: rgb(117,39,159); }

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

background-color css

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

 a { background-color: rgb(117,39,159); }

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

border-color css

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

 span { border-color: rgb(117,39,159); }

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