Html Css Color HEX #75258C Vivid Violet

📋 copy color: '#75258C'

red 117 ◦ green 37 ◦ blue 140

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

Shades of Vivid Violet #75258C

Tints of Vivid Violet #75258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 39.8%
G = 12.59%
B = 47.62%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75258C (or 0x75258C) is known color: Vivid Violet. HEX triplet: 75, 25 and 8C. RGB value is (117,37,140). Sum of RGB (Red+Green+Blue) = 117+37+140=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #75258C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75258C is #8ADA73. Grayscale: #484848. Windows color (decimal): -9099892 or 9184629. OLE color: 9184629.

HSL color Cylindrical-coordinate representation of color #75258C: hue angle of 286.6º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75258C is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 37 140 -
CMYK 0.16 0.74 0 0.45
HSL 286.6º 0.58% 0.35% -
HSV(B) 286.6º 0.74% 0.55% -
XYZ 12.73 7 25.49 -
YUV 72.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 117 37 140 0.16 0.74 0 0.45 286.6 0.58 0.35
Hex 75 25 8C 10 4A 0 2D 11F 3A 23
Octal 165 45 214 20 112 0 55 437 72 43
Binary 1110101 100101 10001100 10000 1001010 0 101101 100011111 111010 100011

Color Harmonies of #75258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75258C

Black with #75258C

Text Example


Text Example

White with #75258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,37,140); }

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

background-color css

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

 a { background-color: rgb(117,37,140); }

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

border-color css

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

 span { border-color: rgb(117,37,140); }

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