Html Css Color HEX #4828CD Purple Heart

📋 copy color: '#4828CD'

red 72 ◦ green 40 ◦ blue 205

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

Shades of Purple Heart #4828CD

Tints of Purple Heart #4828CD

RGB

 RED value IS 72 (28.52% from 255) = 22.71%

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

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

R = 22.71%
G = 12.62%
B = 64.67%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4828CD (or 0x4828CD) is known color: Purple Heart. HEX triplet: 48, 28 and CD. RGB value is (72,40,205). Sum of RGB (Red+Green+Blue) = 72+40+205=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #4828CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4828CD is #B7D732. Grayscale: #434343. Windows color (decimal): -12048179 or 13445192. OLE color: 13445192.

HSL color Cylindrical-coordinate representation of color #4828CD: hue angle of 251.64º 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 #4828CD is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 40 205 -
CMYK 0.65 0.80 0 0.20
HSL 251.64º 0.67% 0.48% -
HSV(B) 251.64º 0.8% 0.8% -
XYZ 14.45 7.3 58.41 -
YUV 68.38 205.1 130.58 -
System Red Green Blue C M Y K H S L
Decimal 72 40 205 0.65 0.80 0 0.20 251.64 0.67 0.48
Hex 48 28 CD 41 50 0 14 FC 43 30
Octal 110 50 315 101 120 0 24 374 103 60
Binary 1001000 101000 11001101 1000001 1010000 0 10100 11111100 1000011 110000

Color Harmonies of #4828CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4828CD

Black with #4828CD

Text Example


Text Example

White with #4828CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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