Html Css Color HEX #75159B Vivid Violet

📋 copy color: '#75159B'

red 117 ◦ green 21 ◦ blue 155

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

Shades of Vivid Violet #75159B

Tints of Vivid Violet #75159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.17%

 BLUE value IS 155 (60.94% from 255) = 52.9%

R = 39.93%
G = 7.17%
B = 52.9%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75159B (or 0x75159B) is known color: Vivid Violet. HEX triplet: 75, 15 and 9B. RGB value is (117,21,155). Sum of RGB (Red+Green+Blue) = 117+21+155=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #75159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75159B is #8AEA64. Grayscale: #404040. Windows color (decimal): -9103973 or 10163573. OLE color: 10163573.

HSL color Cylindrical-coordinate representation of color #75159B: hue angle of 282.99º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75159B is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 21 155 -
CMYK 0.25 0.86 0 0.39
HSL 282.99º 0.76% 0.35% -
HSV(B) 282.99º 0.86% 0.61% -
XYZ 13.52 6.68 31.59 -
YUV 64.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 117 21 155 0.25 0.86 0 0.39 282.99 0.76 0.35
Hex 75 15 9B 19 56 0 27 11B 4C 23
Octal 165 25 233 31 126 0 47 433 114 43
Binary 1110101 10101 10011011 11001 1010110 0 100111 100011011 1001100 100011

Color Harmonies of #75159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75159B

Black with #75159B

Text Example


Text Example

White with #75159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75159B; }

 p { color: rgb(117,21,155); }

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

background-color css

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

 a { background-color: rgb(117,21,155); }

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

border-color css

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

 span { border-color: rgb(117,21,155); }

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