Html Css Color HEX #721CBB Purple Heart

📋 copy color: '#721CBB'

red 114 ◦ green 28 ◦ blue 187

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

Shades of Purple Heart #721CBB

Tints of Purple Heart #721CBB

RGB

 RED value IS 114 (44.92% from 255) = 34.65%

 GREEN value IS 28 (11.33% from 255) = 8.51%

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 34.65%
G = 8.51%
B = 56.84%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#721CBB (or 0x721CBB) is known color: Purple Heart. HEX triplet: 72, 1C and BB. RGB value is (114,28,187). Sum of RGB (Red+Green+Blue) = 114+28+187=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #721CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CBB is #8DE344. Grayscale: #474747. Windows color (decimal): -9298757 or 12262514. OLE color: 12262514.

HSL color Cylindrical-coordinate representation of color #721CBB: hue angle of 272.45º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721CBB is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 28 187 -
CMYK 0.39 0.85 0 0.27
HSL 272.45º 0.74% 0.42% -
HSV(B) 272.45º 0.85% 0.73% -
XYZ 16.32 8 47.7 -
YUV 71.84 192.99 158.07 -
System Red Green Blue C M Y K H S L
Decimal 114 28 187 0.39 0.85 0 0.27 272.45 0.74 0.42
Hex 72 1C BB 27 55 0 1B 110 4A 2A
Octal 162 34 273 47 125 0 33 420 112 52
Binary 1110010 11100 10111011 100111 1010101 0 11011 100010000 1001010 101010

Color Harmonies of #721CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CBB

Black with #721CBB

Text Example


Text Example

White with #721CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721CBB; }

 p { color: rgb(114,28,187); }

 H1.HeaderClassName
 {
   color: #721CBB;
 }
 .AnyTagClassName
 {
   color: #721CBB;
 }
</style>

background-color css

<style>
 a { background-color: #721CBB; }

 a { background-color: rgb(114,28,187); }

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

border-color css

<style>
 span { border-color: #721CBB; }

 span { border-color: rgb(114,28,187); }

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