Html Css Color HEX #4534CE Purple Heart

📋 copy color: '#4534CE'

red 69 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #4534CE

Tints of Purple Heart #4534CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

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

R = 21.1%
G = 15.9%
B = 63%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4534CE (or 0x4534CE) is known color: Purple Heart. HEX triplet: 45, 34 and CE. RGB value is (69,52,206). Sum of RGB (Red+Green+Blue) = 69+52+206=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #4534CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4534CE is #BACB31. Grayscale: #4A4A4A. Windows color (decimal): -12241714 or 13513797. OLE color: 13513797.

HSL color Cylindrical-coordinate representation of color #4534CE: hue angle of 246.62º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4534CE is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 52 206 -
CMYK 0.67 0.75 0 0.19
HSL 246.62º 0.61% 0.51% -
HSV(B) 246.62º 0.75% 0.81% -
XYZ 14.82 8.18 59.19 -
YUV 74.64 202.13 123.98 -
System Red Green Blue C M Y K H S L
Decimal 69 52 206 0.67 0.75 0 0.19 246.62 0.61 0.51
Hex 45 34 CE 43 4B 0 13 F7 3D 33
Octal 105 64 316 103 113 0 23 367 75 63
Binary 1000101 110100 11001110 1000011 1001011 0 10011 11110111 111101 110011

Color Harmonies of #4534CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4534CE

Black with #4534CE

Text Example


Text Example

White with #4534CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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