Html Css Color HEX #75229B Vivid Violet

📋 copy color: '#75229B'

red 117 ◦ green 34 ◦ blue 155

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

Shades of Vivid Violet #75229B

Tints of Vivid Violet #75229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.11%

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

R = 38.24%
G = 11.11%
B = 50.65%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75229B (or 0x75229B) is known color: Vivid Violet. HEX triplet: 75, 22 and 9B. RGB value is (117,34,155). Sum of RGB (Red+Green+Blue) = 117+34+155=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #75229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75229B is #8ADD64. Grayscale: #484848. Windows color (decimal): -9100645 or 10166901. OLE color: 10166901.

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

Color convert

RGB 117 34 155 -
CMYK 0.25 0.78 0 0.39
HSL 281.16º 0.64% 0.37% -
HSV(B) 281.16º 0.78% 0.61% -
XYZ 13.82 7.29 31.69 -
YUV 72.61 174.5 159.66 -
System Red Green Blue C M Y K H S L
Decimal 117 34 155 0.25 0.78 0 0.39 281.16 0.64 0.37
Hex 75 22 9B 19 4E 0 27 119 40 25
Octal 165 42 233 31 116 0 47 431 100 45
Binary 1110101 100010 10011011 11001 1001110 0 100111 100011001 1000000 100101

Color Harmonies of #75229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75229B

Black with #75229B

Text Example


Text Example

White with #75229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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