Html Css Color HEX #75289B Vivid Violet

📋 copy color: '#75289B'

red 117 ◦ green 40 ◦ blue 155

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

Shades of Vivid Violet #75289B

Tints of Vivid Violet #75289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 37.5%
G = 12.82%
B = 49.68%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75289B (or 0x75289B) is known color: Vivid Violet. HEX triplet: 75, 28 and 9B. RGB value is (117,40,155). Sum of RGB (Red+Green+Blue) = 117+40+155=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #75289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75289B is #8AD764. Grayscale: #4B4B4B. Windows color (decimal): -9099109 or 10168437. OLE color: 10168437.

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

Color convert

RGB 117 40 155 -
CMYK 0.25 0.74 0 0.39
HSL 280.17º 0.59% 0.38% -
HSV(B) 280.17º 0.74% 0.61% -
XYZ 14.01 7.67 31.75 -
YUV 76.13 172.51 157.15 -
System Red Green Blue C M Y K H S L
Decimal 117 40 155 0.25 0.74 0 0.39 280.17 0.59 0.38
Hex 75 28 9B 19 4A 0 27 118 3B 26
Octal 165 50 233 31 112 0 47 430 73 46
Binary 1110101 101000 10011011 11001 1001010 0 100111 100011000 111011 100110

Color Harmonies of #75289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75289B

Black with #75289B

Text Example


Text Example

White with #75289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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