Html Css Color HEX #730CB0 Purple Heart

📋 copy color: '#730CB0'

red 115 ◦ green 12 ◦ blue 176

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

Shades of Purple Heart #730CB0

Tints of Purple Heart #730CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 58.09%

R = 37.95%
G = 3.96%
B = 58.09%

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

#730CB0 (or 0x730CB0) is known color: Purple Heart. HEX triplet: 73, 0C and B0. RGB value is (115,12,176). Sum of RGB (Red+Green+Blue) = 115+12+176=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 176 (69.14% from 255 or 58.09% from 303); Max value from RGB is 176 - color contains mainly: blue. Hex color #730CB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730CB0 is #8CF34F. Grayscale: #3C3C3C. Windows color (decimal): -9237328 or 11537523. OLE color: 11537523.

HSL color Cylindrical-coordinate representation of color #730CB0: hue angle of 277.68º 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 #730CB0 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 12 176 -
CMYK 0.35 0.93 0 0.31
HSL 277.68º 0.87% 0.37% -
HSV(B) 277.68º 0.93% 0.69% -
XYZ 15.04 7.04 41.64 -
YUV 61.49 192.62 166.16 -
System Red Green Blue C M Y K H S L
Decimal 115 12 176 0.35 0.93 0 0.31 277.68 0.87 0.37
Hex 73 C B0 23 5D 0 1F 116 57 25
Octal 163 14 260 43 135 0 37 426 127 45
Binary 1110011 1100 10110000 100011 1011101 0 11111 100010110 1010111 100101

Color Harmonies of #730CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CB0

Black with #730CB0

Text Example


Text Example

White with #730CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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