Html Css Color HEX #4226BB Purple Heart

📋 copy color: '#4226BB'

red 66 ◦ green 38 ◦ blue 187

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

Shades of Purple Heart #4226BB

Tints of Purple Heart #4226BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.26%

R = 22.68%
G = 13.06%
B = 64.26%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4226BB (or 0x4226BB) is known color: Purple Heart. HEX triplet: 42, 26 and BB. RGB value is (66,38,187). Sum of RGB (Red+Green+Blue) = 66+38+187=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #4226BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4226BB is #BDD944. Grayscale: #3E3E3E. Windows color (decimal): -12441925 or 12265026. OLE color: 12265026.

HSL color Cylindrical-coordinate representation of color #4226BB: hue angle of 251.28º 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 #4226BB is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 38 187 -
CMYK 0.65 0.80 0 0.27
HSL 251.28º 0.66% 0.44% -
HSV(B) 251.28º 0.8% 0.73% -
XYZ 11.91 6.13 47.57 -
YUV 63.36 197.78 129.88 -
System Red Green Blue C M Y K H S L
Decimal 66 38 187 0.65 0.80 0 0.27 251.28 0.66 0.44
Hex 42 26 BB 41 50 0 1B FB 42 2C
Octal 102 46 273 101 120 0 33 373 102 54
Binary 1000010 100110 10111011 1000001 1010000 0 11011 11111011 1000010 101100

Color Harmonies of #4226BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4226BB

Black with #4226BB

Text Example


Text Example

White with #4226BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4226BB; }

 p { color: rgb(66,38,187); }

 H1.HeaderClassName
 {
   color: #4226BB;
 }
 .AnyTagClassName
 {
   color: #4226BB;
 }
</style>

background-color css

<style>
 a { background-color: #4226BB; }

 a { background-color: rgb(66,38,187); }

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

border-color css

<style>
 span { border-color: #4226BB; }

 span { border-color: rgb(66,38,187); }

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