Html Css Color HEX #4B28CC Purple Heart

📋 copy color: '#4B28CC'

red 75 ◦ green 40 ◦ blue 204

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

Shades of Purple Heart #4B28CC

Tints of Purple Heart #4B28CC

RGB

 RED value IS 75 (29.69% from 255) = 23.51%

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

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 23.51%
G = 12.54%
B = 63.95%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4B28CC (or 0x4B28CC) is known color: Purple Heart. HEX triplet: 4B, 28 and CC. RGB value is (75,40,204). Sum of RGB (Red+Green+Blue) = 75+40+204=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B28CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B28CC is #B4D733. Grayscale: #444444. Windows color (decimal): -11851572 or 13379659. OLE color: 13379659.

HSL color Cylindrical-coordinate representation of color #4B28CC: hue angle of 252.8º 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 #4B28CC is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 40 204 -
CMYK 0.63 0.80 0 0.2
HSL 252.8º 0.67% 0.48% -
HSV(B) 252.8º 0.8% 0.8% -
XYZ 14.56 7.37 57.78 -
YUV 69.16 204.1 132.16 -
System Red Green Blue C M Y K H S L
Decimal 75 40 204 0.63 0.80 0 0.2 252.8 0.67 0.48
Hex 4B 28 CC 3F 50 0 14 FD 43 30
Octal 113 50 314 77 120 0 24 375 103 60
Binary 1001011 101000 11001100 111111 1010000 0 10100 11111101 1000011 110000

Color Harmonies of #4B28CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B28CC

Black with #4B28CC

Text Example


Text Example

White with #4B28CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B28CC; }

 p { color: rgb(75,40,204); }

 H1.HeaderClassName
 {
   color: #4B28CC;
 }
 .AnyTagClassName
 {
   color: #4B28CC;
 }
</style>

background-color css

<style>
 a { background-color: #4B28CC; }

 a { background-color: rgb(75,40,204); }

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

border-color css

<style>
 span { border-color: #4B28CC; }

 span { border-color: rgb(75,40,204); }

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