Html Css Color HEX #730167 Purple

📋 copy color: '#730167'

red 115 ◦ green 1 ◦ blue 103

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

Shades of Purple #730167

Tints of Purple #730167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.03%

R = 52.51%
G = 0.46%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#730167 (or 0x730167) is known color: Purple. HEX triplet: 73, 01 and 67. RGB value is (115,1,103). Sum of RGB (Red+Green+Blue) = 115+1+103=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #730167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730167 is #8CFE98. Grayscale: #2E2E2E. Windows color (decimal): -9240217 or 6750579. OLE color: 6750579.

HSL color Cylindrical-coordinate representation of color #730167: hue angle of 306.32º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730167 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 1 103 -
CMYK 0 0.99 0.10 0.55
HSL 306.32º 0.98% 0.23% -
HSV(B) 306.32º 0.99% 0.45% -
XYZ 9.53 4.65 13.23 -
YUV 46.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 115 1 103 0 0.99 0.10 0.55 306.32 0.98 0.23
Hex 73 1 67 0 63 A 37 132 62 17
Octal 163 1 147 0 143 12 67 462 142 27
Binary 1110011 1 1100111 0 1100011 1010 110111 100110010 1100010 10111

Color Harmonies of #730167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730167

Black with #730167

Text Example


Text Example

White with #730167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730167; }

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

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

background-color css

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

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

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

border-color css

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

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

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