Html Css Color HEX #4914CE Purple Heart

📋 copy color: '#4914CE'

red 73 ◦ green 20 ◦ blue 206

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

Shades of Purple Heart #4914CE

Tints of Purple Heart #4914CE

RGB

 RED value IS 73 (28.91% from 255) = 24.41%

 GREEN value IS 20 (8.2% from 255) = 6.69%

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

R = 24.41%
G = 6.69%
B = 68.9%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4914CE (or 0x4914CE) is known color: Purple Heart. HEX triplet: 49, 14 and CE. RGB value is (73,20,206). Sum of RGB (Red+Green+Blue) = 73+20+206=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #4914CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914CE is #B6EB31. Grayscale: #383838. Windows color (decimal): -11987762 or 13505609. OLE color: 13505609.

HSL color Cylindrical-coordinate representation of color #4914CE: hue angle of 257.1º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4914CE is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 20 206 -
CMYK 0.65 0.90 0 0.19
HSL 257.1º 0.82% 0.44% -
HSV(B) 257.1º 0.9% 0.81% -
XYZ 14.14 6.37 58.88 -
YUV 57.05 212.06 139.38 -
System Red Green Blue C M Y K H S L
Decimal 73 20 206 0.65 0.90 0 0.19 257.1 0.82 0.44
Hex 49 14 CE 41 5A 0 13 101 52 2C
Octal 111 24 316 101 132 0 23 401 122 54
Binary 1001001 10100 11001110 1000001 1011010 0 10011 100000001 1010010 101100

Color Harmonies of #4914CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4914CE

Black with #4914CE

Text Example


Text Example

White with #4914CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4914CE; }

 p { color: rgb(73,20,206); }

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

background-color css

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

 a { background-color: rgb(73,20,206); }

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

border-color css

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

 span { border-color: rgb(73,20,206); }

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