Html Css Color HEX #721CCE Purple Heart

📋 copy color: '#721CCE'

red 114 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #721CCE

Tints of Purple Heart #721CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 32.76%
G = 8.05%
B = 59.2%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#721CCE (or 0x721CCE) is known color: Purple Heart. HEX triplet: 72, 1C and CE. RGB value is (114,28,206). Sum of RGB (Red+Green+Blue) = 114+28+206=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #721CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CCE is #8DE331. Grayscale: #494949. Windows color (decimal): -9298738 or 13507698. OLE color: 13507698.

HSL color Cylindrical-coordinate representation of color #721CCE: hue angle of 268.99º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721CCE is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 28 206 -
CMYK 0.45 0.86 0 0.19
HSL 268.99º 0.76% 0.46% -
HSV(B) 268.99º 0.86% 0.81% -
XYZ 18.5 8.86 59.13 -
YUV 74.01 202.49 156.53 -
System Red Green Blue C M Y K H S L
Decimal 114 28 206 0.45 0.86 0 0.19 268.99 0.76 0.46
Hex 72 1C CE 2D 56 0 13 10D 4C 2E
Octal 162 34 316 55 126 0 23 415 114 56
Binary 1110010 11100 11001110 101101 1010110 0 10011 100001101 1001100 101110

Color Harmonies of #721CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CCE

Black with #721CCE

Text Example


Text Example

White with #721CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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