Html Css Color HEX #75358A Vivid Violet

📋 copy color: '#75358A'

red 117 ◦ green 53 ◦ blue 138

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

Shades of Vivid Violet #75358A

Tints of Vivid Violet #75358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

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

R = 37.99%
G = 17.21%
B = 44.81%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75358A (or 0x75358A) is known color: Vivid Violet. HEX triplet: 75, 35 and 8A. RGB value is (117,53,138). Sum of RGB (Red+Green+Blue) = 117+53+138=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #75358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75358A is #8ACA75. Grayscale: #515151. Windows color (decimal): -9095798 or 9057653. OLE color: 9057653.

HSL color Cylindrical-coordinate representation of color #75358A: hue angle of 285.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75358A is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 53 138 -
CMYK 0.15 0.62 0 0.46
HSL 285.18º 0.45% 0.37% -
HSV(B) 285.18º 0.62% 0.54% -
XYZ 13.2 8.16 24.92 -
YUV 81.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 117 53 138 0.15 0.62 0 0.46 285.18 0.45 0.37
Hex 75 35 8A F 3E 0 2E 11D 2D 25
Octal 165 65 212 17 76 0 56 435 55 45
Binary 1110101 110101 10001010 1111 111110 0 101110 100011101 101101 100101

Color Harmonies of #75358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75358A

Black with #75358A

Text Example


Text Example

White with #75358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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