Html Css Color HEX #75308A Vivid Violet

📋 copy color: '#75308A'

red 117 ◦ green 48 ◦ blue 138

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

Shades of Vivid Violet #75308A

Tints of Vivid Violet #75308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.84%

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

R = 38.61%
G = 15.84%
B = 45.54%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75308A (or 0x75308A) is known color: Vivid Violet. HEX triplet: 75, 30 and 8A. RGB value is (117,48,138). Sum of RGB (Red+Green+Blue) = 117+48+138=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #75308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75308A is #8ACF75. Grayscale: #4E4E4E. Windows color (decimal): -9097078 or 9056373. OLE color: 9056373.

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

Color convert

RGB 117 48 138 -
CMYK 0.15 0.65 0 0.46
HSL 286º 0.48% 0.36% -
HSV(B) 286º 0.65% 0.54% -
XYZ 12.98 7.73 24.85 -
YUV 78.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 117 48 138 0.15 0.65 0 0.46 286 0.48 0.36
Hex 75 30 8A F 41 0 2E 11E 30 24
Octal 165 60 212 17 101 0 56 436 60 44
Binary 1110101 110000 10001010 1111 1000001 0 101110 100011110 110000 100100

Color Harmonies of #75308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75308A

Black with #75308A

Text Example


Text Example

White with #75308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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