Html Css Color HEX #4622AE Purple Heart

📋 copy color: '#4622AE'

red 70 ◦ green 34 ◦ blue 174

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

Shades of Purple Heart #4622AE

Tints of Purple Heart #4622AE

RGB

 RED value IS 70 (27.73% from 255) = 25.18%

 GREEN value IS 34 (13.67% from 255) = 12.23%

 BLUE value IS 174 (68.36% from 255) = 62.59%

R = 25.18%
G = 12.23%
B = 62.59%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4622AE (or 0x4622AE) is known color: Purple Heart. HEX triplet: 46, 22 and AE. RGB value is (70,34,174). Sum of RGB (Red+Green+Blue) = 70+34+174=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #4622AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4622AE is #B9DD51. Grayscale: #3C3C3C. Windows color (decimal): -12180818 or 11412038. OLE color: 11412038.

HSL color Cylindrical-coordinate representation of color #4622AE: hue angle of 255.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4622AE is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 34 174 -
CMYK 0.60 0.80 0 0.32
HSL 255.43º 0.67% 0.41% -
HSV(B) 255.43º 0.8% 0.68% -
XYZ 10.74 5.5 40.54 -
YUV 60.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 70 34 174 0.60 0.80 0 0.32 255.43 0.67 0.41
Hex 46 22 AE 3C 50 0 20 FF 43 29
Octal 106 42 256 74 120 0 40 377 103 51
Binary 1000110 100010 10101110 111100 1010000 0 100000 11111111 1000011 101001

Color Harmonies of #4622AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4622AE

Black with #4622AE

Text Example


Text Example

White with #4622AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4622AE; }

 p { color: rgb(70,34,174); }

 H1.HeaderClassName
 {
   color: #4622AE;
 }
 .AnyTagClassName
 {
   color: #4622AE;
 }
</style>

background-color css

<style>
 a { background-color: #4622AE; }

 a { background-color: rgb(70,34,174); }

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

border-color css

<style>
 span { border-color: #4622AE; }

 span { border-color: rgb(70,34,174); }

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