Html Css Color HEX #730C69 Purple

📋 copy color: '#730C69'

red 115 ◦ green 12 ◦ blue 105

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

Shades of Purple #730C69

Tints of Purple #730C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.26%

R = 49.57%
G = 5.17%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#730C69 (or 0x730C69) is known color: Purple. HEX triplet: 73, 0C and 69. RGB value is (115,12,105). Sum of RGB (Red+Green+Blue) = 115+12+105=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #730C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C69 is #8CF396. Grayscale: #353535. Windows color (decimal): -9237399 or 6884467. OLE color: 6884467.

HSL color Cylindrical-coordinate representation of color #730C69: hue angle of 305.83º 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 #730C69 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 12 105 -
CMYK 0 0.90 0.09 0.55
HSL 305.83º 0.81% 0.25% -
HSV(B) 305.83º 0.9% 0.45% -
XYZ 9.75 4.93 13.8 -
YUV 53.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 115 12 105 0 0.90 0.09 0.55 305.83 0.81 0.25
Hex 73 C 69 0 5A 9 37 132 51 19
Octal 163 14 151 0 132 11 67 462 121 31
Binary 1110011 1100 1101001 0 1011010 1001 110111 100110010 1010001 11001

Color Harmonies of #730C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C69

Black with #730C69

Text Example


Text Example

White with #730C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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