Html Css Color HEX #75378A Vivid Violet

📋 copy color: '#75378A'

red 117 ◦ green 55 ◦ blue 138

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

Shades of Vivid Violet #75378A

Tints of Vivid Violet #75378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.74%

 BLUE value IS 138 (54.3% from 255) = 44.52%

R = 37.74%
G = 17.74%
B = 44.52%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75378A (or 0x75378A) is known color: Vivid Violet. HEX triplet: 75, 37 and 8A. RGB value is (117,55,138). Sum of RGB (Red+Green+Blue) = 117+55+138=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #75378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75378A is #8AC875. Grayscale: #525252. Windows color (decimal): -9095286 or 9058165. OLE color: 9058165.

HSL color Cylindrical-coordinate representation of color #75378A: hue angle of 284.82º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75378A is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 55 138 -
CMYK 0.15 0.60 0 0.46
HSL 284.82º 0.43% 0.38% -
HSV(B) 284.82º 0.6% 0.54% -
XYZ 13.29 8.35 24.96 -
YUV 83 159.04 152.25 -
System Red Green Blue C M Y K H S L
Decimal 117 55 138 0.15 0.60 0 0.46 284.82 0.43 0.38
Hex 75 37 8A F 3C 0 2E 11D 2B 26
Octal 165 67 212 17 74 0 56 435 53 46
Binary 1110101 110111 10001010 1111 111100 0 101110 100011101 101011 100110

Color Harmonies of #75378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75378A

Black with #75378A

Text Example


Text Example

White with #75378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75378A; }

 p { color: rgb(117,55,138); }

 H1.HeaderClassName
 {
   color: #75378A;
 }
 .AnyTagClassName
 {
   color: #75378A;
 }
</style>

background-color css

<style>
 a { background-color: #75378A; }

 a { background-color: rgb(117,55,138); }

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

border-color css

<style>
 span { border-color: #75378A; }

 span { border-color: rgb(117,55,138); }

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