Html Css Color HEX #730067 Purple

📋 copy color: '#730067'

red 115 ◦ green 0 ◦ blue 103

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

Shades of Purple #730067

Tints of Purple #730067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.75%
G = 0%
B = 47.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#730067 (or 0x730067) is known color: Purple. HEX triplet: 73, 00 and 67. RGB value is (115,0,103). Sum of RGB (Red+Green+Blue) = 115+0+103=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #730067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730067 is #8CFF98. Grayscale: #2D2D2D. Windows color (decimal): -9240473 or 6750323. OLE color: 6750323.

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

Color convert

RGB 115 0 103 -
CMYK 0 1 0.10 0.55
HSL 306.26º 1% 0.23% -
HSV(B) 306.26º 1% 0.45% -
XYZ 9.52 4.62 13.22 -
YUV 46.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 115 0 103 0 1 0.10 0.55 306.26 1 0.23
Hex 73 0 67 0 64 A 37 132 64 17
Octal 163 0 147 0 144 12 67 462 144 27
Binary 1110011 0 1100111 0 1100100 1010 110111 100110010 1100100 10111

Color Harmonies of #730067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730067

Black with #730067

Text Example


Text Example

White with #730067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730067; }

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

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

background-color css

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

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

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

border-color css

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

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

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