Html Css Color HEX #4926CB Purple Heart

📋 copy color: '#4926CB'

red 73 ◦ green 38 ◦ blue 203

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

Shades of Purple Heart #4926CB

Tints of Purple Heart #4926CB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

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

R = 23.25%
G = 12.1%
B = 64.65%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4926CB (or 0x4926CB) is known color: Purple Heart. HEX triplet: 49, 26 and CB. RGB value is (73,38,203). Sum of RGB (Red+Green+Blue) = 73+38+203=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #4926CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4926CB is #B6D934. Grayscale: #424242. Windows color (decimal): -11983157 or 13313609. OLE color: 13313609.

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

Color convert

RGB 73 38 203 -
CMYK 0.64 0.81 0 0.20
HSL 252.73º 0.68% 0.47% -
HSV(B) 252.73º 0.81% 0.8% -
XYZ 14.22 7.11 57.12 -
YUV 67.28 204.6 132.08 -
System Red Green Blue C M Y K H S L
Decimal 73 38 203 0.64 0.81 0 0.20 252.73 0.68 0.47
Hex 49 26 CB 40 51 0 14 FD 44 2F
Octal 111 46 313 100 121 0 24 375 104 57
Binary 1001001 100110 11001011 1000000 1010001 0 10100 11111101 1000100 101111

Color Harmonies of #4926CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4926CB

Black with #4926CB

Text Example


Text Example

White with #4926CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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