Html Css Color HEX #730CBC Purple Heart

📋 copy color: '#730CBC'

red 115 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #730CBC

Tints of Purple Heart #730CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 36.51%
G = 3.81%
B = 59.68%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#730CBC (or 0x730CBC) is known color: Purple Heart. HEX triplet: 73, 0C and BC. RGB value is (115,12,188). Sum of RGB (Red+Green+Blue) = 115+12+188=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #730CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CBC is #8CF343. Grayscale: #3E3E3E. Windows color (decimal): -9237316 or 12323955. OLE color: 12323955.

HSL color Cylindrical-coordinate representation of color #730CBC: hue angle of 275.11º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CBC is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 12 188 -
CMYK 0.39 0.94 0 0.26
HSL 275.11º 0.88% 0.39% -
HSV(B) 275.11º 0.94% 0.74% -
XYZ 16.28 7.54 48.17 -
YUV 62.86 198.62 165.19 -
System Red Green Blue C M Y K H S L
Decimal 115 12 188 0.39 0.94 0 0.26 275.11 0.88 0.39
Hex 73 C BC 27 5E 0 1A 113 58 27
Octal 163 14 274 47 136 0 32 423 130 47
Binary 1110011 1100 10111100 100111 1011110 0 11010 100010011 1011000 100111

Color Harmonies of #730CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CBC

Black with #730CBC

Text Example


Text Example

White with #730CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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