Html Css Color HEX #4813CB Purple Heart

📋 copy color: '#4813CB'

red 72 ◦ green 19 ◦ blue 203

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

Shades of Purple Heart #4813CB

Tints of Purple Heart #4813CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

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

R = 24.49%
G = 6.46%
B = 69.05%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4813CB (or 0x4813CB) is known color: Purple Heart. HEX triplet: 48, 13 and CB. RGB value is (72,19,203). Sum of RGB (Red+Green+Blue) = 72+19+203=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #4813CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4813CB is #B7EC34. Grayscale: #373737. Windows color (decimal): -12053557 or 13308744. OLE color: 13308744.

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

Color convert

RGB 72 19 203 -
CMYK 0.65 0.91 0 0.20
HSL 257.28º 0.83% 0.44% -
HSV(B) 257.28º 0.91% 0.8% -
XYZ 13.68 6.16 56.97 -
YUV 55.82 211.06 139.54 -
System Red Green Blue C M Y K H S L
Decimal 72 19 203 0.65 0.91 0 0.20 257.28 0.83 0.44
Hex 48 13 CB 41 5B 0 14 101 53 2C
Octal 110 23 313 101 133 0 24 401 123 54
Binary 1001000 10011 11001011 1000001 1011011 0 10100 100000001 1010011 101100

Color Harmonies of #4813CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4813CB

Black with #4813CB

Text Example


Text Example

White with #4813CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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