Html Css Color HEX #422CBE Purple Heart

📋 copy color: '#422CBE'

red 66 ◦ green 44 ◦ blue 190

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

Shades of Purple Heart #422CBE

Tints of Purple Heart #422CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.33%

R = 22%
G = 14.67%
B = 63.33%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#422CBE (or 0x422CBE) is known color: Purple Heart. HEX triplet: 42, 2C and BE. RGB value is (66,44,190). Sum of RGB (Red+Green+Blue) = 66+44+190=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #422CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CBE is #BDD341. Grayscale: #424242. Windows color (decimal): -12440386 or 12463170. OLE color: 12463170.

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

Color convert

RGB 66 44 190 -
CMYK 0.65 0.77 0 0.25
HSL 249.04º 0.62% 0.46% -
HSV(B) 249.04º 0.77% 0.75% -
XYZ 12.44 6.68 49.35 -
YUV 67.22 197.29 127.13 -
System Red Green Blue C M Y K H S L
Decimal 66 44 190 0.65 0.77 0 0.25 249.04 0.62 0.46
Hex 42 2C BE 41 4D 0 19 F9 3E 2E
Octal 102 54 276 101 115 0 31 371 76 56
Binary 1000010 101100 10111110 1000001 1001101 0 11001 11111001 111110 101110

Color Harmonies of #422CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CBE

Black with #422CBE

Text Example


Text Example

White with #422CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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