Html Css Color HEX #75249B Vivid Violet

📋 copy color: '#75249B'

red 117 ◦ green 36 ◦ blue 155

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

Shades of Vivid Violet #75249B

Tints of Vivid Violet #75249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

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

R = 37.99%
G = 11.69%
B = 50.32%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75249B (or 0x75249B) is known color: Vivid Violet. HEX triplet: 75, 24 and 9B. RGB value is (117,36,155). Sum of RGB (Red+Green+Blue) = 117+36+155=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #75249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75249B is #8ADB64. Grayscale: #494949. Windows color (decimal): -9100133 or 10167413. OLE color: 10167413.

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

Color convert

RGB 117 36 155 -
CMYK 0.25 0.77 0 0.39
HSL 280.84º 0.62% 0.37% -
HSV(B) 280.84º 0.77% 0.61% -
XYZ 13.88 7.41 31.71 -
YUV 73.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 117 36 155 0.25 0.77 0 0.39 280.84 0.62 0.37
Hex 75 24 9B 19 4D 0 27 119 3E 25
Octal 165 44 233 31 115 0 47 431 76 45
Binary 1110101 100100 10011011 11001 1001101 0 100111 100011001 111110 100101

Color Harmonies of #75249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75249B

Black with #75249B

Text Example


Text Example

White with #75249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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