Html Css Color HEX #730C68 Purple

📋 copy color: '#730C68'

red 115 ◦ green 12 ◦ blue 104

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

Shades of Purple #730C68

Tints of Purple #730C68

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.19%

 BLUE value IS 104 (41.02% from 255) = 45.02%

R = 49.78%
G = 5.19%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#730C68 (or 0x730C68) is known color: Purple. HEX triplet: 73, 0C and 68. RGB value is (115,12,104). Sum of RGB (Red+Green+Blue) = 115+12+104=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #730C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C68 is #8CF397. Grayscale: #353535. Windows color (decimal): -9237400 or 6818931. OLE color: 6818931.

HSL color Cylindrical-coordinate representation of color #730C68: hue angle of 306.41º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730C68 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 12 104 -
CMYK 0 0.90 0.10 0.55
HSL 306.41º 0.81% 0.25% -
HSV(B) 306.41º 0.9% 0.45% -
XYZ 9.7 4.91 13.53 -
YUV 53.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 115 12 104 0 0.90 0.10 0.55 306.41 0.81 0.25
Hex 73 C 68 0 5A A 37 132 51 19
Octal 163 14 150 0 132 12 67 462 121 31
Binary 1110011 1100 1101000 0 1011010 1010 110111 100110010 1010001 11001

Color Harmonies of #730C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C68

Black with #730C68

Text Example


Text Example

White with #730C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730C68; }

 p { color: rgb(115,12,104); }

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

background-color css

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

 a { background-color: rgb(115,12,104); }

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

border-color css

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

 span { border-color: rgb(115,12,104); }

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