Html Css Color HEX #730682 Purple

📋 copy color: '#730682'

red 115 ◦ green 6 ◦ blue 130

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

Shades of Purple #730682

Tints of Purple #730682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 51.79%

R = 45.82%
G = 2.39%
B = 51.79%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#730682 (or 0x730682) is known color: Purple. HEX triplet: 73, 06 and 82. RGB value is (115,6,130). Sum of RGB (Red+Green+Blue) = 115+6+130=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #730682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730682 is #8CF97D. Grayscale: #343434. Windows color (decimal): -9238910 or 8521331. OLE color: 8521331.

HSL color Cylindrical-coordinate representation of color #730682: hue angle of 292.74º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730682 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 6 130 -
CMYK 0.12 0.95 0 0.49
HSL 292.74º 0.91% 0.27% -
HSV(B) 292.74º 0.95% 0.51% -
XYZ 11.16 5.39 21.57 -
YUV 52.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 115 6 130 0.12 0.95 0 0.49 292.74 0.91 0.27
Hex 73 6 82 C 5F 0 31 125 5B 1B
Octal 163 6 202 14 137 0 61 445 133 33
Binary 1110011 110 10000010 1100 1011111 0 110001 100100101 1011011 11011

Color Harmonies of #730682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730682

Black with #730682

Text Example


Text Example

White with #730682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730682; }

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

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

background-color css

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

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

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

border-color css

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

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

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