Html Css Color HEX #75269F Vivid Violet

📋 copy color: '#75269F'

red 117 ◦ green 38 ◦ blue 159

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

Shades of Vivid Violet #75269F

Tints of Vivid Violet #75269F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

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

R = 37.26%
G = 12.1%
B = 50.64%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75269F (or 0x75269F) is known color: Vivid Violet. HEX triplet: 75, 26 and 9F. RGB value is (117,38,159). Sum of RGB (Red+Green+Blue) = 117+38+159=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #75269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75269F is #8AD960. Grayscale: #4B4B4B. Windows color (decimal): -9099617 or 10430069. OLE color: 10430069.

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

Color convert

RGB 117 38 159 -
CMYK 0.26 0.76 0 0.38
HSL 279.17º 0.61% 0.39% -
HSV(B) 279.17º 0.76% 0.62% -
XYZ 14.29 7.67 33.53 -
YUV 75.42 175.17 157.66 -
System Red Green Blue C M Y K H S L
Decimal 117 38 159 0.26 0.76 0 0.38 279.17 0.61 0.39
Hex 75 26 9F 1A 4C 0 26 117 3D 27
Octal 165 46 237 32 114 0 46 427 75 47
Binary 1110101 100110 10011111 11010 1001100 0 100110 100010111 111101 100111

Color Harmonies of #75269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75269F

Black with #75269F

Text Example


Text Example

White with #75269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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