Html Css Color HEX #730266 Purple

📋 copy color: '#730266'

red 115 ◦ green 2 ◦ blue 102

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

Shades of Purple #730266

Tints of Purple #730266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 102 (40.23% from 255) = 46.58%

R = 52.51%
G = 0.91%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#730266 (or 0x730266) is known color: Purple. HEX triplet: 73, 02 and 66. RGB value is (115,2,102). Sum of RGB (Red+Green+Blue) = 115+2+102=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #730266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730266 is #8CFD99. Grayscale: #2E2E2E. Windows color (decimal): -9239962 or 6685299. OLE color: 6685299.

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

Color convert

RGB 115 2 102 -
CMYK 0 0.98 0.11 0.55
HSL 306.9º 0.97% 0.23% -
HSV(B) 306.9º 0.98% 0.45% -
XYZ 9.49 4.65 12.97 -
YUV 47.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 115 2 102 0 0.98 0.11 0.55 306.9 0.97 0.23
Hex 73 2 66 0 62 B 37 133 61 17
Octal 163 2 146 0 142 13 67 463 141 27
Binary 1110011 10 1100110 0 1100010 1011 110111 100110011 1100001 10111

Color Harmonies of #730266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730266

Black with #730266

Text Example


Text Example

White with #730266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730266; }

 p { color: rgb(115,2,102); }

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

background-color css

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

 a { background-color: rgb(115,2,102); }

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

border-color css

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

 span { border-color: rgb(115,2,102); }

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