Html Css Color HEX #4A39CC Purple Heart

📋 copy color: '#4A39CC'

red 74 ◦ green 57 ◦ blue 204

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

Shades of Purple Heart #4A39CC

Tints of Purple Heart #4A39CC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 22.09%
G = 17.01%
B = 60.9%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A39CC (or 0x4A39CC) is known color: Purple Heart. HEX triplet: 4A, 39 and CC. RGB value is (74,57,204). Sum of RGB (Red+Green+Blue) = 74+57+204=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A39CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A39CC is #B5C633. Grayscale: #4E4E4E. Windows color (decimal): -11912756 or 13384010. OLE color: 13384010.

HSL color Cylindrical-coordinate representation of color #4A39CC: hue angle of 246.94º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A39CC is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 57 204 -
CMYK 0.64 0.72 0 0.2
HSL 246.94º 0.59% 0.51% -
HSV(B) 246.94º 0.72% 0.8% -
XYZ 15.19 8.74 58.01 -
YUV 78.84 198.63 124.55 -
System Red Green Blue C M Y K H S L
Decimal 74 57 204 0.64 0.72 0 0.2 246.94 0.59 0.51
Hex 4A 39 CC 40 48 0 14 F7 3B 33
Octal 112 71 314 100 110 0 24 367 73 63
Binary 1001010 111001 11001100 1000000 1001000 0 10100 11110111 111011 110011

Color Harmonies of #4A39CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A39CC

Black with #4A39CC

Text Example


Text Example

White with #4A39CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,57,204); }

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

background-color css

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

 a { background-color: rgb(74,57,204); }

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

border-color css

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

 span { border-color: rgb(74,57,204); }

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