Html Css Color HEX #730274 Purple

📋 copy color: '#730274'

red 115 ◦ green 2 ◦ blue 116

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

Shades of Purple #730274

Tints of Purple #730274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.79%

R = 49.36%
G = 0.86%
B = 49.79%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#730274 (or 0x730274) is known color: Purple. HEX triplet: 73, 02 and 74. RGB value is (115,2,116). Sum of RGB (Red+Green+Blue) = 115+2+116=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #730274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730274 is #8CFD8B. Grayscale: #303030. Windows color (decimal): -9239948 or 7602803. OLE color: 7602803.

HSL color Cylindrical-coordinate representation of color #730274: hue angle of 299.47º 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 #730274 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 2 116 -
CMYK 0.01 0.98 0 0.55
HSL 299.47º 0.97% 0.23% -
HSV(B) 299.47º 0.98% 0.45% -
XYZ 10.24 4.95 16.94 -
YUV 48.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 115 2 116 0.01 0.98 0 0.55 299.47 0.97 0.23
Hex 73 2 74 1 62 0 37 12B 61 17
Octal 163 2 164 1 142 0 67 453 141 27
Binary 1110011 10 1110100 1 1100010 0 110111 100101011 1100001 10111

Color Harmonies of #730274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730274

Black with #730274

Text Example


Text Example

White with #730274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730274; }

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

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

background-color css

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

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

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

border-color css

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

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

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