Html Css Color HEX #422EBF Purple Heart

📋 copy color: '#422EBF'

red 66 ◦ green 46 ◦ blue 191

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

Shades of Purple Heart #422EBF

Tints of Purple Heart #422EBF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.18%

 BLUE value IS 191 (75% from 255) = 63.04%

R = 21.78%
G = 15.18%
B = 63.04%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#422EBF (or 0x422EBF) is known color: Purple Heart. HEX triplet: 42, 2E and BF. RGB value is (66,46,191). Sum of RGB (Red+Green+Blue) = 66+46+191=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #422EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422EBF is #BDD140. Grayscale: #434343. Windows color (decimal): -12439873 or 12529218. OLE color: 12529218.

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

Color convert

RGB 66 46 191 -
CMYK 0.65 0.76 0 0.25
HSL 248.28º 0.61% 0.46% -
HSV(B) 248.28º 0.76% 0.75% -
XYZ 12.63 6.87 49.95 -
YUV 68.51 197.13 126.21 -
System Red Green Blue C M Y K H S L
Decimal 66 46 191 0.65 0.76 0 0.25 248.28 0.61 0.46
Hex 42 2E BF 41 4C 0 19 F8 3D 2E
Octal 102 56 277 101 114 0 31 370 75 56
Binary 1000010 101110 10111111 1000001 1001100 0 11001 11111000 111101 101110

Color Harmonies of #422EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422EBF

Black with #422EBF

Text Example


Text Example

White with #422EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,46,191); }

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

background-color css

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

 a { background-color: rgb(66,46,191); }

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

border-color css

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

 span { border-color: rgb(66,46,191); }

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