Html Css Color HEX #73038F Purple

📋 copy color: '#73038F'

red 115 ◦ green 3 ◦ blue 143

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

Shades of Purple #73038F

Tints of Purple #73038F

RGB

 RED value IS 115 (45.31% from 255) = 44.06%

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

 BLUE value IS 143 (56.25% from 255) = 54.79%

R = 44.06%
G = 1.15%
B = 54.79%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73038F (or 0x73038F) is known color: Purple. HEX triplet: 73, 03 and 8F. RGB value is (115,3,143). Sum of RGB (Red+Green+Blue) = 115+3+143=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #73038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73038F is #8CFC70. Grayscale: #343434. Windows color (decimal): -9239665 or 9372531. OLE color: 9372531.

HSL color Cylindrical-coordinate representation of color #73038F: hue angle of 288º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73038F is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 3 143 -
CMYK 0.20 0.98 0 0.44
HSL 288º 0.96% 0.29% -
HSV(B) 288º 0.98% 0.56% -
XYZ 12.06 5.69 26.45 -
YUV 52.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 115 3 143 0.20 0.98 0 0.44 288 0.96 0.29
Hex 73 3 8F 14 62 0 2C 120 60 1D
Octal 163 3 217 24 142 0 54 440 140 35
Binary 1110011 11 10001111 10100 1100010 0 101100 100100000 1100000 11101

Color Harmonies of #73038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73038F

Black with #73038F

Text Example


Text Example

White with #73038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73038F; }

 p { color: rgb(115,3,143); }

 H1.HeaderClassName
 {
   color: #73038F;
 }
 .AnyTagClassName
 {
   color: #73038F;
 }
</style>

background-color css

<style>
 a { background-color: #73038F; }

 a { background-color: rgb(115,3,143); }

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

border-color css

<style>
 span { border-color: #73038F; }

 span { border-color: rgb(115,3,143); }

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