Html Css Color HEX #75038D Purple

📋 copy color: '#75038D'

red 117 ◦ green 3 ◦ blue 141

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

Shades of Purple #75038D

Tints of Purple #75038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 141 (55.47% from 255) = 54.02%

R = 44.83%
G = 1.15%
B = 54.02%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75038D (or 0x75038D) is known color: Purple. HEX triplet: 75, 03 and 8D. RGB value is (117,3,141). Sum of RGB (Red+Green+Blue) = 117+3+141=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #75038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75038D is #8AFC72. Grayscale: #343434. Windows color (decimal): -9108595 or 9241461. OLE color: 9241461.

HSL color Cylindrical-coordinate representation of color #75038D: hue angle of 289.57º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75038D is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 3 141 -
CMYK 0.17 0.98 0 0.45
HSL 289.57º 0.96% 0.28% -
HSV(B) 289.57º 0.98% 0.55% -
XYZ 12.18 5.77 25.67 -
YUV 52.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 117 3 141 0.17 0.98 0 0.45 289.57 0.96 0.28
Hex 75 3 8D 11 62 0 2D 122 60 1C
Octal 165 3 215 21 142 0 55 442 140 34
Binary 1110101 11 10001101 10001 1100010 0 101101 100100010 1100000 11100

Color Harmonies of #75038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75038D

Black with #75038D

Text Example


Text Example

White with #75038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75038D; }

 p { color: rgb(117,3,141); }

 H1.HeaderClassName
 {
   color: #75038D;
 }
 .AnyTagClassName
 {
   color: #75038D;
 }
</style>

background-color css

<style>
 a { background-color: #75038D; }

 a { background-color: rgb(117,3,141); }

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

border-color css

<style>
 span { border-color: #75038D; }

 span { border-color: rgb(117,3,141); }

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