Html Css Color HEX #5434CD Purple Heart

📋 copy color: '#5434CD'

red 84 ◦ green 52 ◦ blue 205

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

Shades of Purple Heart #5434CD

Tints of Purple Heart #5434CD

RGB

 RED value IS 84 (33.2% from 255) = 24.63%

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

 BLUE value IS 205 (80.47% from 255) = 60.12%

R = 24.63%
G = 15.25%
B = 60.12%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5434CD (or 0x5434CD) is known color: Purple Heart. HEX triplet: 54, 34 and CD. RGB value is (84,52,205). Sum of RGB (Red+Green+Blue) = 84+52+205=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #5434CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5434CD is #ABCB32. Grayscale: #4E4E4E. Windows color (decimal): -11258675 or 13448276. OLE color: 13448276.

HSL color Cylindrical-coordinate representation of color #5434CD: hue angle of 252.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5434CD is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 52 205 -
CMYK 0.59 0.75 0 0.20
HSL 252.55º 0.6% 0.5% -
HSV(B) 252.55º 0.75% 0.8% -
XYZ 15.9 8.75 58.61 -
YUV 79.01 199.1 131.56 -
System Red Green Blue C M Y K H S L
Decimal 84 52 205 0.59 0.75 0 0.20 252.55 0.6 0.5
Hex 54 34 CD 3B 4B 0 14 FD 3C 32
Octal 124 64 315 73 113 0 24 375 74 62
Binary 1010100 110100 11001101 111011 1001011 0 10100 11111101 111100 110010

Color Harmonies of #5434CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5434CD

Black with #5434CD

Text Example


Text Example

White with #5434CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5434CD; }

 p { color: rgb(84,52,205); }

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

background-color css

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

 a { background-color: rgb(84,52,205); }

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

border-color css

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

 span { border-color: rgb(84,52,205); }

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