Html Css Color HEX #422CBD Purple Heart

📋 copy color: '#422CBD'

red 66 ◦ green 44 ◦ blue 189

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

Shades of Purple Heart #422CBD

Tints of Purple Heart #422CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.72%

 BLUE value IS 189 (74.22% from 255) = 63.21%

R = 22.07%
G = 14.72%
B = 63.21%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#422CBD (or 0x422CBD) is known color: Purple Heart. HEX triplet: 42, 2C and BD. RGB value is (66,44,189). Sum of RGB (Red+Green+Blue) = 66+44+189=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #422CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CBD is #BDD342. Grayscale: #424242. Windows color (decimal): -12440387 or 12397634. OLE color: 12397634.

HSL color Cylindrical-coordinate representation of color #422CBD: hue angle of 249.1º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422CBD is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 44 189 -
CMYK 0.65 0.77 0 0.26
HSL 249.1º 0.62% 0.46% -
HSV(B) 249.1º 0.77% 0.74% -
XYZ 12.33 6.63 48.77 -
YUV 67.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 66 44 189 0.65 0.77 0 0.26 249.1 0.62 0.46
Hex 42 2C BD 41 4D 0 1A F9 3E 2E
Octal 102 54 275 101 115 0 32 371 76 56
Binary 1000010 101100 10111101 1000001 1001101 0 11010 11111001 111110 101110

Color Harmonies of #422CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CBD

Black with #422CBD

Text Example


Text Example

White with #422CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422CBD; }

 p { color: rgb(66,44,189); }

 H1.HeaderClassName
 {
   color: #422CBD;
 }
 .AnyTagClassName
 {
   color: #422CBD;
 }
</style>

background-color css

<style>
 a { background-color: #422CBD; }

 a { background-color: rgb(66,44,189); }

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

border-color css

<style>
 span { border-color: #422CBD; }

 span { border-color: rgb(66,44,189); }

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