Html Css Color HEX #73067F Purple

📋 copy color: '#73067F'

red 115 ◦ green 6 ◦ blue 127

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

Shades of Purple #73067F

Tints of Purple #73067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

 BLUE value IS 127 (50% from 255) = 51.21%

R = 46.37%
G = 2.42%
B = 51.21%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73067F (or 0x73067F) is known color: Purple. HEX triplet: 73, 06 and 7F. RGB value is (115,6,127). Sum of RGB (Red+Green+Blue) = 115+6+127=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #73067F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73067F is #8CF980. Grayscale: #343434. Windows color (decimal): -9238913 or 8324723. OLE color: 8324723.

HSL color Cylindrical-coordinate representation of color #73067F: hue angle of 294.05º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73067F is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 6 127 -
CMYK 0.09 0.95 0 0.50
HSL 294.05º 0.91% 0.26% -
HSV(B) 294.05º 0.95% 0.5% -
XYZ 10.97 5.31 20.53 -
YUV 52.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 115 6 127 0.09 0.95 0 0.50 294.05 0.91 0.26
Hex 73 6 7F 9 5F 0 32 126 5B 1A
Octal 163 6 177 11 137 0 62 446 133 32
Binary 1110011 110 1111111 1001 1011111 0 110010 100100110 1011011 11010

Color Harmonies of #73067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73067F

Black with #73067F

Text Example


Text Example

White with #73067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,6,127); }

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

background-color css

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

 a { background-color: rgb(115,6,127); }

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

border-color css

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

 span { border-color: rgb(115,6,127); }

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