Html Css Color HEX #75309C Vivid Violet

📋 copy color: '#75309C'

red 117 ◦ green 48 ◦ blue 156

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

Shades of Vivid Violet #75309C

Tints of Vivid Violet #75309C

RGB

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

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

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

R = 36.45%
G = 14.95%
B = 48.6%

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

#75309C (or 0x75309C) is known color: Vivid Violet. HEX triplet: 75, 30 and 9C. RGB value is (117,48,156). Sum of RGB (Red+Green+Blue) = 117+48+156=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #75309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75309C is #8ACF63. Grayscale: #505050. Windows color (decimal): -9097060 or 10236021. OLE color: 10236021.

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

Color convert

RGB 117 48 156 -
CMYK 0.25 0.69 0 0.39
HSL 278.33º 0.53% 0.4% -
HSV(B) 278.33º 0.69% 0.61% -
XYZ 14.39 8.3 32.3 -
YUV 80.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 117 48 156 0.25 0.69 0 0.39 278.33 0.53 0.4
Hex 75 30 9C 19 45 0 27 116 35 28
Octal 165 60 234 31 105 0 47 426 65 50
Binary 1110101 110000 10011100 11001 1000101 0 100111 100010110 110101 101000

Color Harmonies of #75309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75309C

Black with #75309C

Text Example


Text Example

White with #75309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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