Html Css Color HEX #721294 Purple

📋 copy color: '#721294'

red 114 ◦ green 18 ◦ blue 148

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

Shades of Purple #721294

Tints of Purple #721294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

 BLUE value IS 148 (58.2% from 255) = 52.86%

R = 40.71%
G = 6.43%
B = 52.86%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#721294 (or 0x721294) is known color: Purple. HEX triplet: 72, 12 and 94. RGB value is (114,18,148). Sum of RGB (Red+Green+Blue) = 114+18+148=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #721294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721294 is #8DED6B. Grayscale: #3D3D3D. Windows color (decimal): -9301356 or 9704050. OLE color: 9704050.

HSL color Cylindrical-coordinate representation of color #721294: hue angle of 284.31º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721294 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 18 148 -
CMYK 0.23 0.88 0 0.42
HSL 284.31º 0.78% 0.33% -
HSV(B) 284.31º 0.88% 0.58% -
XYZ 12.5 6.15 28.54 -
YUV 61.52 176.8 165.43 -
System Red Green Blue C M Y K H S L
Decimal 114 18 148 0.23 0.88 0 0.42 284.31 0.78 0.33
Hex 72 12 94 17 58 0 2A 11C 4E 21
Octal 162 22 224 27 130 0 52 434 116 41
Binary 1110010 10010 10010100 10111 1011000 0 101010 100011100 1001110 100001

Color Harmonies of #721294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721294

Black with #721294

Text Example


Text Example

White with #721294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721294; }

 p { color: rgb(114,18,148); }

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

background-color css

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

 a { background-color: rgb(114,18,148); }

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

border-color css

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

 span { border-color: rgb(114,18,148); }

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