Html Css Color HEX #730CB1 Purple Heart

📋 copy color: '#730CB1'

red 115 ◦ green 12 ◦ blue 177

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

Shades of Purple Heart #730CB1

Tints of Purple Heart #730CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 58.22%

R = 37.83%
G = 3.95%
B = 58.22%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#730CB1 (or 0x730CB1) is known color: Purple Heart. HEX triplet: 73, 0C and B1. RGB value is (115,12,177). Sum of RGB (Red+Green+Blue) = 115+12+177=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #730CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730CB1 is #8CF34E. Grayscale: #3D3D3D. Windows color (decimal): -9237327 or 11603059. OLE color: 11603059.

HSL color Cylindrical-coordinate representation of color #730CB1: hue angle of 277.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730CB1 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 12 177 -
CMYK 0.35 0.93 0 0.31
HSL 277.45º 0.87% 0.37% -
HSV(B) 277.45º 0.93% 0.69% -
XYZ 15.14 7.08 42.16 -
YUV 61.61 193.12 166.08 -
System Red Green Blue C M Y K H S L
Decimal 115 12 177 0.35 0.93 0 0.31 277.45 0.87 0.37
Hex 73 C B1 23 5D 0 1F 115 57 25
Octal 163 14 261 43 135 0 37 425 127 45
Binary 1110011 1100 10110001 100011 1011101 0 11111 100010101 1010111 100101

Color Harmonies of #730CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CB1

Black with #730CB1

Text Example


Text Example

White with #730CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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