Html Css Color HEX #4528CD Purple Heart

📋 copy color: '#4528CD'

red 69 ◦ green 40 ◦ blue 205

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

Shades of Purple Heart #4528CD

Tints of Purple Heart #4528CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

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

R = 21.97%
G = 12.74%
B = 65.29%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4528CD (or 0x4528CD) is known color: Purple Heart. HEX triplet: 45, 28 and CD. RGB value is (69,40,205). Sum of RGB (Red+Green+Blue) = 69+40+205=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #4528CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528CD is #BAD732. Grayscale: #424242. Windows color (decimal): -12244787 or 13445189. OLE color: 13445189.

HSL color Cylindrical-coordinate representation of color #4528CD: hue angle of 250.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4528CD is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 40 205 -
CMYK 0.66 0.80 0 0.20
HSL 250.55º 0.67% 0.48% -
HSV(B) 250.55º 0.8% 0.8% -
XYZ 14.23 7.19 58.4 -
YUV 67.48 205.61 129.08 -
System Red Green Blue C M Y K H S L
Decimal 69 40 205 0.66 0.80 0 0.20 250.55 0.67 0.48
Hex 45 28 CD 42 50 0 14 FB 43 30
Octal 105 50 315 102 120 0 24 373 103 60
Binary 1000101 101000 11001101 1000010 1010000 0 10100 11111011 1000011 110000

Color Harmonies of #4528CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4528CD

Black with #4528CD

Text Example


Text Example

White with #4528CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,40,205); }

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

background-color css

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

 a { background-color: rgb(69,40,205); }

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

border-color css

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

 span { border-color: rgb(69,40,205); }

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