Html Css Color HEX #4227BB Purple Heart

📋 copy color: '#4227BB'

red 66 ◦ green 39 ◦ blue 187

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

Shades of Purple Heart #4227BB

Tints of Purple Heart #4227BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

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

R = 22.6%
G = 13.36%
B = 64.04%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4227BB (or 0x4227BB) is known color: Purple Heart. HEX triplet: 42, 27 and BB. RGB value is (66,39,187). Sum of RGB (Red+Green+Blue) = 66+39+187=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #4227BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4227BB is #BDD844. Grayscale: #3F3F3F. Windows color (decimal): -12441669 or 12265282. OLE color: 12265282.

HSL color Cylindrical-coordinate representation of color #4227BB: hue angle of 250.95º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4227BB is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 39 187 -
CMYK 0.65 0.79 0 0.27
HSL 250.95º 0.65% 0.44% -
HSV(B) 250.95º 0.79% 0.73% -
XYZ 11.94 6.2 47.58 -
YUV 63.95 197.45 129.47 -
System Red Green Blue C M Y K H S L
Decimal 66 39 187 0.65 0.79 0 0.27 250.95 0.65 0.44
Hex 42 27 BB 41 4F 0 1B FB 41 2C
Octal 102 47 273 101 117 0 33 373 101 54
Binary 1000010 100111 10111011 1000001 1001111 0 11011 11111011 1000001 101100

Color Harmonies of #4227BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4227BB

Black with #4227BB

Text Example


Text Example

White with #4227BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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