#4B00C8

Color #4B00C8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4B00C8

Tints of Purple Heart #4B00C8

Color information

#4B00C8 (or 0x4B00C8) is unknown color: approx Purple Heart. HEX triplet: 4B, 00 and C8. RGB value is (75,0,200). Sum of RGB (Red+Green+Blue) = 75+0+200=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 200 (78.52% from 255 or 72.73% from 275); Max value from RGB is 200 - color contains mainly: blue. Hex color #4B00C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B00C8 is #B4FF37. Grayscale: #2C2C2C. Windows color (decimal): -11861816 or 13107275. OLE color: 13107275.

HSL color Cylindrical-coordinate representation of color #4B00C8: hue angle of 262.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B00C8 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB750200-
CMYK0.62100.22
HSL262.5º100%39.22%-
HSV(B)262.5º100%78.43%-
XYZ13.335.6755.03-
YUV45.22215.35149.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 200 (78.52% from 255) = 72.73%
R=27.27%
G=0%
B=72.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal7502000.62100.22262.510039.22
Hex4B0C83E640161066427
Octal11303107614402640614447
Binary100101101100100011111011001000101101000001101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B00C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,0,200); }

 H1.HeaderClassName
 {
   color: #4B00C8;
 }
 .AnyTagClassName
 {
   color: #4B00C8;
 }
</style>
background-color css

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

 a { background-color: rgb(75,0,200); }

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

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

 span { border-color: rgb(75,0,200); }

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