Html Css Color HEX #73018A Purple

📋 copy color: '#73018A'

red 115 ◦ green 1 ◦ blue 138

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

Shades of Purple #73018A

Tints of Purple #73018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 138 (54.3% from 255) = 54.33%

R = 45.28%
G = 0.39%
B = 54.33%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#73018A (or 0x73018A) is known color: Purple. HEX triplet: 73, 01 and 8A. RGB value is (115,1,138). Sum of RGB (Red+Green+Blue) = 115+1+138=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #73018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73018A is #8CFE75. Grayscale: #323232. Windows color (decimal): -9240182 or 9044339. OLE color: 9044339.

HSL color Cylindrical-coordinate representation of color #73018A: hue angle of 289.93º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73018A is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 1 138 -
CMYK 0.17 0.99 0 0.46
HSL 289.93º 0.99% 0.27% -
HSV(B) 289.93º 0.99% 0.54% -
XYZ 11.67 5.5 24.49 -
YUV 50.7 177.27 173.86 -
System Red Green Blue C M Y K H S L
Decimal 115 1 138 0.17 0.99 0 0.46 289.93 0.99 0.27
Hex 73 1 8A 11 63 0 2E 122 63 1B
Octal 163 1 212 21 143 0 56 442 143 33
Binary 1110011 1 10001010 10001 1100011 0 101110 100100010 1100011 11011

Color Harmonies of #73018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73018A

Black with #73018A

Text Example


Text Example

White with #73018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73018A; }

 p { color: rgb(115,1,138); }

 H1.HeaderClassName
 {
   color: #73018A;
 }
 .AnyTagClassName
 {
   color: #73018A;
 }
</style>

background-color css

<style>
 a { background-color: #73018A; }

 a { background-color: rgb(115,1,138); }

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

border-color css

<style>
 span { border-color: #73018A; }

 span { border-color: rgb(115,1,138); }

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