Html Css Color HEX #4213AD Purple Heart

📋 copy color: '#4213AD'

red 66 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #4213AD

Tints of Purple Heart #4213AD

RGB

 RED value IS 66 (26.17% from 255) = 25.58%

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 173 (67.97% from 255) = 67.05%

R = 25.58%
G = 7.36%
B = 67.05%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4213AD (or 0x4213AD) is known color: Purple Heart. HEX triplet: 42, 13 and AD. RGB value is (66,19,173). Sum of RGB (Red+Green+Blue) = 66+19+173=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #4213AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4213AD is #BDEC52. Grayscale: #323232. Windows color (decimal): -12446803 or 11342658. OLE color: 11342658.

HSL color Cylindrical-coordinate representation of color #4213AD: hue angle of 258.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4213AD is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 19 173 -
CMYK 0.62 0.89 0 0.32
HSL 258.31º 0.8% 0.38% -
HSV(B) 258.31º 0.89% 0.68% -
XYZ 10.02 4.64 39.9 -
YUV 50.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 66 19 173 0.62 0.89 0 0.32 258.31 0.8 0.38
Hex 42 13 AD 3E 59 0 20 102 50 26
Octal 102 23 255 76 131 0 40 402 120 46
Binary 1000010 10011 10101101 111110 1011001 0 100000 100000010 1010000 100110

Color Harmonies of #4213AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4213AD

Black with #4213AD

Text Example


Text Example

White with #4213AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4213AD; }

 p { color: rgb(66,19,173); }

 H1.HeaderClassName
 {
   color: #4213AD;
 }
 .AnyTagClassName
 {
   color: #4213AD;
 }
</style>

background-color css

<style>
 a { background-color: #4213AD; }

 a { background-color: rgb(66,19,173); }

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

border-color css

<style>
 span { border-color: #4213AD; }

 span { border-color: rgb(66,19,173); }

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