Html Css Color HEX #73088B Purple

📋 copy color: '#73088B'

red 115 ◦ green 8 ◦ blue 139

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

Shades of Purple #73088B

Tints of Purple #73088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

 BLUE value IS 139 (54.69% from 255) = 53.05%

R = 43.89%
G = 3.05%
B = 53.05%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73088B (or 0x73088B) is known color: Purple. HEX triplet: 73, 08 and 8B. RGB value is (115,8,139). Sum of RGB (Red+Green+Blue) = 115+8+139=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #73088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73088B is #8CF774. Grayscale: #363636. Windows color (decimal): -9238389 or 9111667. OLE color: 9111667.

HSL color Cylindrical-coordinate representation of color #73088B: hue angle of 289.01º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73088B is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 8 139 -
CMYK 0.17 0.94 0 0.45
HSL 289.01º 0.89% 0.29% -
HSV(B) 289.01º 0.94% 0.55% -
XYZ 11.82 5.68 24.9 -
YUV 54.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 115 8 139 0.17 0.94 0 0.45 289.01 0.89 0.29
Hex 73 8 8B 11 5E 0 2D 121 59 1D
Octal 163 10 213 21 136 0 55 441 131 35
Binary 1110011 1000 10001011 10001 1011110 0 101101 100100001 1011001 11101

Color Harmonies of #73088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73088B

Black with #73088B

Text Example


Text Example

White with #73088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,8,139); }

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

background-color css

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

 a { background-color: rgb(115,8,139); }

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

border-color css

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

 span { border-color: rgb(115,8,139); }

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