Html Css Color HEX #4422C1 Purple Heart

📋 copy color: '#4422C1'

red 68 ◦ green 34 ◦ blue 193

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

Shades of Purple Heart #4422C1

Tints of Purple Heart #4422C1

RGB

 RED value IS 68 (26.95% from 255) = 23.05%

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

 BLUE value IS 193 (75.78% from 255) = 65.42%

R = 23.05%
G = 11.53%
B = 65.42%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4422C1 (or 0x4422C1) is known color: Purple Heart. HEX triplet: 44, 22 and C1. RGB value is (68,34,193). Sum of RGB (Red+Green+Blue) = 68+34+193=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 193 (75.78% from 255 or 65.42% from 295); Max value from RGB is 193 - color contains mainly: blue. Hex color #4422C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4422C1 is #BBDD3E. Grayscale: #3D3D3D. Windows color (decimal): -12311871 or 12657220. OLE color: 12657220.

HSL color Cylindrical-coordinate representation of color #4422C1: hue angle of 252.83º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4422C1 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 34 193 -
CMYK 0.65 0.82 0 0.24
HSL 252.83º 0.7% 0.45% -
HSV(B) 252.83º 0.82% 0.76% -
XYZ 12.58 6.22 50.99 -
YUV 62.29 201.76 132.07 -
System Red Green Blue C M Y K H S L
Decimal 68 34 193 0.65 0.82 0 0.24 252.83 0.7 0.45
Hex 44 22 C1 41 52 0 18 FD 46 2D
Octal 104 42 301 101 122 0 30 375 106 55
Binary 1000100 100010 11000001 1000001 1010010 0 11000 11111101 1000110 101101

Color Harmonies of #4422C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4422C1

Black with #4422C1

Text Example


Text Example

White with #4422C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4422C1; }

 p { color: rgb(68,34,193); }

 H1.HeaderClassName
 {
   color: #4422C1;
 }
 .AnyTagClassName
 {
   color: #4422C1;
 }
</style>

background-color css

<style>
 a { background-color: #4422C1; }

 a { background-color: rgb(68,34,193); }

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

border-color css

<style>
 span { border-color: #4422C1; }

 span { border-color: rgb(68,34,193); }

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