Html Css Color HEX #4514CE Purple Heart

📋 copy color: '#4514CE'

red 69 ◦ green 20 ◦ blue 206

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

Shades of Purple Heart #4514CE

Tints of Purple Heart #4514CE

RGB

 RED value IS 69 (27.34% from 255) = 23.39%

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

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

R = 23.39%
G = 6.78%
B = 69.83%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4514CE (or 0x4514CE) is known color: Purple Heart. HEX triplet: 45, 14 and CE. RGB value is (69,20,206). Sum of RGB (Red+Green+Blue) = 69+20+206=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #4514CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4514CE is #BAEB31. Grayscale: #373737. Windows color (decimal): -12249906 or 13505605. OLE color: 13505605.

HSL color Cylindrical-coordinate representation of color #4514CE: hue angle of 255.81º 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 #4514CE is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 20 206 -
CMYK 0.67 0.90 0 0.19
HSL 255.81º 0.82% 0.44% -
HSV(B) 255.81º 0.9% 0.81% -
XYZ 13.84 6.22 58.86 -
YUV 55.86 212.73 137.38 -
System Red Green Blue C M Y K H S L
Decimal 69 20 206 0.67 0.90 0 0.19 255.81 0.82 0.44
Hex 45 14 CE 43 5A 0 13 100 52 2C
Octal 105 24 316 103 132 0 23 400 122 54
Binary 1000101 10100 11001110 1000011 1011010 0 10011 100000000 1010010 101100

Color Harmonies of #4514CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4514CE

Black with #4514CE

Text Example


Text Example

White with #4514CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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