Html Css Color HEX #730C8C Purple

📋 copy color: '#730C8C'

red 115 ◦ green 12 ◦ blue 140

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

Shades of Purple #730C8C

Tints of Purple #730C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.43%

R = 43.07%
G = 4.49%
B = 52.43%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#730C8C (or 0x730C8C) is known color: Purple. HEX triplet: 73, 0C and 8C. RGB value is (115,12,140). Sum of RGB (Red+Green+Blue) = 115+12+140=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #730C8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730C8C is #8CF373. Grayscale: #383838. Windows color (decimal): -9237364 or 9178227. OLE color: 9178227.

HSL color Cylindrical-coordinate representation of color #730C8C: hue angle of 288.28º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730C8C is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 12 140 -
CMYK 0.18 0.91 0 0.45
HSL 288.28º 0.84% 0.3% -
HSV(B) 288.28º 0.91% 0.55% -
XYZ 11.94 5.8 25.3 -
YUV 57.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 115 12 140 0.18 0.91 0 0.45 288.28 0.84 0.3
Hex 73 C 8C 12 5B 0 2D 120 54 1E
Octal 163 14 214 22 133 0 55 440 124 36
Binary 1110011 1100 10001100 10010 1011011 0 101101 100100000 1010100 11110

Color Harmonies of #730C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C8C

Black with #730C8C

Text Example


Text Example

White with #730C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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