Html Css Color HEX #4426BA Purple Heart

📋 copy color: '#4426BA'

red 68 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #4426BA

Tints of Purple Heart #4426BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.01%

 BLUE value IS 186 (73.05% from 255) = 63.7%

R = 23.29%
G = 13.01%
B = 63.7%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4426BA (or 0x4426BA) is known color: Purple Heart. HEX triplet: 44, 26 and BA. RGB value is (68,38,186). Sum of RGB (Red+Green+Blue) = 68+38+186=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #4426BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4426BA is #BBD945. Grayscale: #3F3F3F. Windows color (decimal): -12310854 or 12199492. OLE color: 12199492.

HSL color Cylindrical-coordinate representation of color #4426BA: hue angle of 252.16º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4426BA is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 38 186 -
CMYK 0.63 0.80 0 0.27
HSL 252.16º 0.66% 0.44% -
HSV(B) 252.16º 0.8% 0.73% -
XYZ 11.94 6.16 47.01 -
YUV 63.84 196.94 130.97 -
System Red Green Blue C M Y K H S L
Decimal 68 38 186 0.63 0.80 0 0.27 252.16 0.66 0.44
Hex 44 26 BA 3F 50 0 1B FC 42 2C
Octal 104 46 272 77 120 0 33 374 102 54
Binary 1000100 100110 10111010 111111 1010000 0 11011 11111100 1000010 101100

Color Harmonies of #4426BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4426BA

Black with #4426BA

Text Example


Text Example

White with #4426BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4426BA; }

 p { color: rgb(68,38,186); }

 H1.HeaderClassName
 {
   color: #4426BA;
 }
 .AnyTagClassName
 {
   color: #4426BA;
 }
</style>

background-color css

<style>
 a { background-color: #4426BA; }

 a { background-color: rgb(68,38,186); }

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

border-color css

<style>
 span { border-color: #4426BA; }

 span { border-color: rgb(68,38,186); }

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