Html Css Color HEX #75269C Vivid Violet

📋 copy color: '#75269C'

red 117 ◦ green 38 ◦ blue 156

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

Shades of Vivid Violet #75269C

Tints of Vivid Violet #75269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.16%

R = 37.62%
G = 12.22%
B = 50.16%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75269C (or 0x75269C) is known color: Vivid Violet. HEX triplet: 75, 26 and 9C. RGB value is (117,38,156). Sum of RGB (Red+Green+Blue) = 117+38+156=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #75269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75269C is #8AD963. Grayscale: #4A4A4A. Windows color (decimal): -9099620 or 10233461. OLE color: 10233461.

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

Color convert

RGB 117 38 156 -
CMYK 0.25 0.76 0 0.39
HSL 280.17º 0.61% 0.38% -
HSV(B) 280.17º 0.76% 0.61% -
XYZ 14.03 7.57 32.17 -
YUV 75.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 117 38 156 0.25 0.76 0 0.39 280.17 0.61 0.38
Hex 75 26 9C 19 4C 0 27 118 3D 26
Octal 165 46 234 31 114 0 47 430 75 46
Binary 1110101 100110 10011100 11001 1001100 0 100111 100011000 111101 100110

Color Harmonies of #75269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75269C

Black with #75269C

Text Example


Text Example

White with #75269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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