Html Css Color HEX #422BBD Purple Heart

📋 copy color: '#422BBD'

red 66 ◦ green 43 ◦ blue 189

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

Shades of Purple Heart #422BBD

Tints of Purple Heart #422BBD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

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

R = 22.15%
G = 14.43%
B = 63.42%

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

#422BBD (or 0x422BBD) is known color: Purple Heart. HEX triplet: 42, 2B and BD. RGB value is (66,43,189). Sum of RGB (Red+Green+Blue) = 66+43+189=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #422BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422BBD is #BDD442. Grayscale: #414141. Windows color (decimal): -12440643 or 12397378. OLE color: 12397378.

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

Color convert

RGB 66 43 189 -
CMYK 0.65 0.77 0 0.26
HSL 249.45º 0.63% 0.45% -
HSV(B) 249.45º 0.77% 0.74% -
XYZ 12.3 6.56 48.76 -
YUV 66.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 66 43 189 0.65 0.77 0 0.26 249.45 0.63 0.45
Hex 42 2B BD 41 4D 0 1A F9 3F 2D
Octal 102 53 275 101 115 0 32 371 77 55
Binary 1000010 101011 10111101 1000001 1001101 0 11010 11111001 111111 101101

Color Harmonies of #422BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422BBD

Black with #422BBD

Text Example


Text Example

White with #422BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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