Html Css Color HEX #75289C Vivid Violet

📋 copy color: '#75289C'

red 117 ◦ green 40 ◦ blue 156

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

Shades of Vivid Violet #75289C

Tints of Vivid Violet #75289C

RGB

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

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

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

R = 37.38%
G = 12.78%
B = 49.84%

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

#75289C (or 0x75289C) is known color: Vivid Violet. HEX triplet: 75, 28 and 9C. RGB value is (117,40,156). Sum of RGB (Red+Green+Blue) = 117+40+156=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #75289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75289C is #8AD763. Grayscale: #4B4B4B. Windows color (decimal): -9099108 or 10233973. OLE color: 10233973.

HSL color Cylindrical-coordinate representation of color #75289C: hue angle of 279.83º 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 #75289C is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 40 156 -
CMYK 0.25 0.74 0 0.39
HSL 279.83º 0.59% 0.38% -
HSV(B) 279.83º 0.74% 0.61% -
XYZ 14.1 7.7 32.2 -
YUV 76.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 117 40 156 0.25 0.74 0 0.39 279.83 0.59 0.38
Hex 75 28 9C 19 4A 0 27 118 3B 26
Octal 165 50 234 31 112 0 47 430 73 46
Binary 1110101 101000 10011100 11001 1001010 0 100111 100011000 111011 100110

Color Harmonies of #75289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75289C

Black with #75289C

Text Example


Text Example

White with #75289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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