Html Css Color HEX #75309B Vivid Violet

📋 copy color: '#75309B'

red 117 ◦ green 48 ◦ blue 155

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

Shades of Vivid Violet #75309B

Tints of Vivid Violet #75309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 36.56%
G = 15%
B = 48.44%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75309B (or 0x75309B) is known color: Vivid Violet. HEX triplet: 75, 30 and 9B. RGB value is (117,48,155). Sum of RGB (Red+Green+Blue) = 117+48+155=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #75309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75309B is #8ACF64. Grayscale: #505050. Windows color (decimal): -9097061 or 10170485. OLE color: 10170485.

HSL color Cylindrical-coordinate representation of color #75309B: hue angle of 278.69º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75309B is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 48 155 -
CMYK 0.25 0.69 0 0.39
HSL 278.69º 0.53% 0.4% -
HSV(B) 278.69º 0.69% 0.61% -
XYZ 14.31 8.26 31.85 -
YUV 80.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 117 48 155 0.25 0.69 0 0.39 278.69 0.53 0.4
Hex 75 30 9B 19 45 0 27 117 35 28
Octal 165 60 233 31 105 0 47 427 65 50
Binary 1110101 110000 10011011 11001 1000101 0 100111 100010111 110101 101000

Color Harmonies of #75309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75309B

Black with #75309B

Text Example


Text Example

White with #75309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75309B; }

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

 H1.HeaderClassName
 {
   color: #75309B;
 }
 .AnyTagClassName
 {
   color: #75309B;
 }
</style>

background-color css

<style>
 a { background-color: #75309B; }

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

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

border-color css

<style>
 span { border-color: #75309B; }

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

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