Html Css Color HEX #422BBB Purple Heart

📋 copy color: '#422BBB'

red 66 ◦ green 43 ◦ blue 187

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

Shades of Purple Heart #422BBB

Tints of Purple Heart #422BBB

RGB

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

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

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

R = 22.3%
G = 14.53%
B = 63.18%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#422BBB (or 0x422BBB) is known color: Purple Heart. HEX triplet: 42, 2B and BB. RGB value is (66,43,187). Sum of RGB (Red+Green+Blue) = 66+43+187=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #422BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422BBB is #BDD444. Grayscale: #414141. Windows color (decimal): -12440645 or 12266306. OLE color: 12266306.

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

Color convert

RGB 66 43 187 -
CMYK 0.65 0.77 0 0.27
HSL 249.58º 0.63% 0.45% -
HSV(B) 249.58º 0.77% 0.73% -
XYZ 12.08 6.47 47.63 -
YUV 66.29 196.12 127.79 -
System Red Green Blue C M Y K H S L
Decimal 66 43 187 0.65 0.77 0 0.27 249.58 0.63 0.45
Hex 42 2B BB 41 4D 0 1B FA 3F 2D
Octal 102 53 273 101 115 0 33 372 77 55
Binary 1000010 101011 10111011 1000001 1001101 0 11011 11111010 111111 101101

Color Harmonies of #422BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422BBB

Black with #422BBB

Text Example


Text Example

White with #422BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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