Html Css Color HEX #4926CA Purple Heart

📋 copy color: '#4926CA'

red 73 ◦ green 38 ◦ blue 202

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

Shades of Purple Heart #4926CA

Tints of Purple Heart #4926CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.54%

R = 23.32%
G = 12.14%
B = 64.54%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4926CA (or 0x4926CA) is known color: Purple Heart. HEX triplet: 49, 26 and CA. RGB value is (73,38,202). Sum of RGB (Red+Green+Blue) = 73+38+202=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #4926CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4926CA is #B6D935. Grayscale: #424242. Windows color (decimal): -11983158 or 13248073. OLE color: 13248073.

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

Color convert

RGB 73 38 202 -
CMYK 0.64 0.81 0 0.21
HSL 252.8º 0.68% 0.47% -
HSV(B) 252.8º 0.81% 0.79% -
XYZ 14.1 7.07 56.5 -
YUV 67.16 204.1 132.16 -
System Red Green Blue C M Y K H S L
Decimal 73 38 202 0.64 0.81 0 0.21 252.8 0.68 0.47
Hex 49 26 CA 40 51 0 15 FD 44 2F
Octal 111 46 312 100 121 0 25 375 104 57
Binary 1001001 100110 11001010 1000000 1010001 0 10101 11111101 1000100 101111

Color Harmonies of #4926CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4926CA

Black with #4926CA

Text Example


Text Example

White with #4926CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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