Html Css Color HEX #4923CB Purple Heart

📋 copy color: '#4923CB'

red 73 ◦ green 35 ◦ blue 203

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

Shades of Purple Heart #4923CB

Tints of Purple Heart #4923CB

RGB

 RED value IS 73 (28.91% from 255) = 23.47%

 GREEN value IS 35 (14.06% from 255) = 11.25%

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

R = 23.47%
G = 11.25%
B = 65.27%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4923CB (or 0x4923CB) is known color: Purple Heart. HEX triplet: 49, 23 and CB. RGB value is (73,35,203). Sum of RGB (Red+Green+Blue) = 73+35+203=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #4923CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4923CB is #B6DC34. Grayscale: #404040. Windows color (decimal): -11983925 or 13312841. OLE color: 13312841.

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

Color convert

RGB 73 35 203 -
CMYK 0.64 0.83 0 0.20
HSL 253.57º 0.71% 0.47% -
HSV(B) 253.57º 0.83% 0.8% -
XYZ 14.13 6.93 57.09 -
YUV 65.51 205.59 133.34 -
System Red Green Blue C M Y K H S L
Decimal 73 35 203 0.64 0.83 0 0.20 253.57 0.71 0.47
Hex 49 23 CB 40 53 0 14 FE 47 2F
Octal 111 43 313 100 123 0 24 376 107 57
Binary 1001001 100011 11001011 1000000 1010011 0 10100 11111110 1000111 101111

Color Harmonies of #4923CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4923CB

Black with #4923CB

Text Example


Text Example

White with #4923CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,35,203); }

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

background-color css

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

 a { background-color: rgb(73,35,203); }

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

border-color css

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

 span { border-color: rgb(73,35,203); }

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