Html Css Color HEX #4731CE Purple Heart

📋 copy color: '#4731CE'

red 71 ◦ green 49 ◦ blue 206

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

Shades of Purple Heart #4731CE

Tints of Purple Heart #4731CE

RGB

 RED value IS 71 (28.13% from 255) = 21.78%

 GREEN value IS 49 (19.53% from 255) = 15.03%

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

R = 21.78%
G = 15.03%
B = 63.19%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4731CE (or 0x4731CE) is known color: Purple Heart. HEX triplet: 47, 31 and CE. RGB value is (71,49,206). Sum of RGB (Red+Green+Blue) = 71+49+206=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #4731CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4731CE is #B8CE31. Grayscale: #484848. Windows color (decimal): -12111410 or 13513031. OLE color: 13513031.

HSL color Cylindrical-coordinate representation of color #4731CE: hue angle of 248.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4731CE is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 49 206 -
CMYK 0.66 0.76 0 0.19
HSL 248.41º 0.62% 0.5% -
HSV(B) 248.41º 0.76% 0.81% -
XYZ 14.84 7.99 59.15 -
YUV 73.48 202.79 126.23 -
System Red Green Blue C M Y K H S L
Decimal 71 49 206 0.66 0.76 0 0.19 248.41 0.62 0.5
Hex 47 31 CE 42 4C 0 13 F8 3E 32
Octal 107 61 316 102 114 0 23 370 76 62
Binary 1000111 110001 11001110 1000010 1001100 0 10011 11111000 111110 110010

Color Harmonies of #4731CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4731CE

Black with #4731CE

Text Example


Text Example

White with #4731CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,49,206); }

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

background-color css

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

 a { background-color: rgb(71,49,206); }

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

border-color css

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

 span { border-color: rgb(71,49,206); }

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