Html Css Color HEX #4A2FCE Purple Heart

📋 copy color: '#4A2FCE'

red 74 ◦ green 47 ◦ blue 206

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

Shades of Purple Heart #4A2FCE

Tints of Purple Heart #4A2FCE

RGB

 RED value IS 74 (29.3% from 255) = 22.63%

 GREEN value IS 47 (18.75% from 255) = 14.37%

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

R = 22.63%
G = 14.37%
B = 63%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A2FCE (or 0x4A2FCE) is known color: Purple Heart. HEX triplet: 4A, 2F and CE. RGB value is (74,47,206). Sum of RGB (Red+Green+Blue) = 74+47+206=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2FCE is #B5D031. Grayscale: #484848. Windows color (decimal): -11915314 or 13512522. OLE color: 13512522.

HSL color Cylindrical-coordinate representation of color #4A2FCE: hue angle of 250.19º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A2FCE is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 47 206 -
CMYK 0.64 0.77 0 0.19
HSL 250.19º 0.63% 0.5% -
HSV(B) 250.19º 0.77% 0.81% -
XYZ 14.98 7.95 59.14 -
YUV 73.2 202.95 128.57 -
System Red Green Blue C M Y K H S L
Decimal 74 47 206 0.64 0.77 0 0.19 250.19 0.63 0.5
Hex 4A 2F CE 40 4D 0 13 FA 3F 32
Octal 112 57 316 100 115 0 23 372 77 62
Binary 1001010 101111 11001110 1000000 1001101 0 10011 11111010 111111 110010

Color Harmonies of #4A2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2FCE

Black with #4A2FCE

Text Example


Text Example

White with #4A2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A2FCE; }

 p { color: rgb(74,47,206); }

 H1.HeaderClassName
 {
   color: #4A2FCE;
 }
 .AnyTagClassName
 {
   color: #4A2FCE;
 }
</style>

background-color css

<style>
 a { background-color: #4A2FCE; }

 a { background-color: rgb(74,47,206); }

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

border-color css

<style>
 span { border-color: #4A2FCE; }

 span { border-color: rgb(74,47,206); }

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