Html Css Color HEX #4926CE Purple Heart

📋 copy color: '#4926CE'

red 73 ◦ green 38 ◦ blue 206

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

Shades of Purple Heart #4926CE

Tints of Purple Heart #4926CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.98%

R = 23.03%
G = 11.99%
B = 64.98%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4926CE (or 0x4926CE) is known color: Purple Heart. HEX triplet: 49, 26 and CE. RGB value is (73,38,206). Sum of RGB (Red+Green+Blue) = 73+38+206=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #4926CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4926CE is #B6D931. Grayscale: #424242. Windows color (decimal): -11983154 or 13510217. OLE color: 13510217.

HSL color Cylindrical-coordinate representation of color #4926CE: hue angle of 252.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4926CE is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 38 206 -
CMYK 0.65 0.82 0 0.19
HSL 252.5º 0.69% 0.48% -
HSV(B) 252.5º 0.82% 0.81% -
XYZ 14.58 7.26 59.03 -
YUV 67.62 206.1 131.84 -
System Red Green Blue C M Y K H S L
Decimal 73 38 206 0.65 0.82 0 0.19 252.5 0.69 0.48
Hex 49 26 CE 41 52 0 13 FD 45 30
Octal 111 46 316 101 122 0 23 375 105 60
Binary 1001001 100110 11001110 1000001 1010010 0 10011 11111101 1000101 110000

Color Harmonies of #4926CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4926CE

Black with #4926CE

Text Example


Text Example

White with #4926CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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