Html Css Color HEX #730B6C Purple

📋 copy color: '#730B6C'

red 115 ◦ green 11 ◦ blue 108

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

Shades of Purple #730B6C

Tints of Purple #730B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.7%

 BLUE value IS 108 (42.58% from 255) = 46.15%

R = 49.15%
G = 4.7%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#730B6C (or 0x730B6C) is known color: Purple. HEX triplet: 73, 0B and 6C. RGB value is (115,11,108). Sum of RGB (Red+Green+Blue) = 115+11+108=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #730B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B6C is #8CF493. Grayscale: #343434. Windows color (decimal): -9237652 or 7080819. OLE color: 7080819.

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

Color convert

RGB 115 11 108 -
CMYK 0 0.90 0.06 0.55
HSL 304.04º 0.83% 0.25% -
HSV(B) 304.04º 0.9% 0.45% -
XYZ 9.9 4.97 14.62 -
YUV 53.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 115 11 108 0 0.90 0.06 0.55 304.04 0.83 0.25
Hex 73 B 6C 0 5A 6 37 130 53 19
Octal 163 13 154 0 132 6 67 460 123 31
Binary 1110011 1011 1101100 0 1011010 110 110111 100110000 1010011 11001

Color Harmonies of #730B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B6C

Black with #730B6C

Text Example


Text Example

White with #730B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,108); }

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

background-color css

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

 a { background-color: rgb(115,11,108); }

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

border-color css

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

 span { border-color: rgb(115,11,108); }

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