Html Css Color HEX #4804CB Purple Heart

📋 copy color: '#4804CB'

red 72 ◦ green 4 ◦ blue 203

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

Shades of Purple Heart #4804CB

Tints of Purple Heart #4804CB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 203 (79.69% from 255) = 72.76%

R = 25.81%
G = 1.43%
B = 72.76%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4804CB (or 0x4804CB) is known color: Purple Heart. HEX triplet: 48, 04 and CB. RGB value is (72,4,203). Sum of RGB (Red+Green+Blue) = 72+4+203=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #4804CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804CB is #B7FB34. Grayscale: #2E2E2E. Windows color (decimal): -12057397 or 13304904. OLE color: 13304904.

HSL color Cylindrical-coordinate representation of color #4804CB: hue angle of 260.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804CB is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 4 203 -
CMYK 0.65 0.98 0 0.20
HSL 260.5º 0.96% 0.41% -
HSV(B) 260.5º 0.98% 0.8% -
XYZ 13.5 5.78 56.9 -
YUV 47.02 216.03 145.82 -
System Red Green Blue C M Y K H S L
Decimal 72 4 203 0.65 0.98 0 0.20 260.5 0.96 0.41
Hex 48 4 CB 41 62 0 14 105 60 29
Octal 110 4 313 101 142 0 24 405 140 51
Binary 1001000 100 11001011 1000001 1100010 0 10100 100000101 1100000 101001

Color Harmonies of #4804CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4804CB

Black with #4804CB

Text Example


Text Example

White with #4804CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4804CB; }

 p { color: rgb(72,4,203); }

 H1.HeaderClassName
 {
   color: #4804CB;
 }
 .AnyTagClassName
 {
   color: #4804CB;
 }
</style>

background-color css

<style>
 a { background-color: #4804CB; }

 a { background-color: rgb(72,4,203); }

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

border-color css

<style>
 span { border-color: #4804CB; }

 span { border-color: rgb(72,4,203); }

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