Html Css Color HEX #442BBE Purple Heart

📋 copy color: '#442BBE'

red 68 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #442BBE

Tints of Purple Heart #442BBE

RGB

 RED value IS 68 (26.95% from 255) = 22.59%

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

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

R = 22.59%
G = 14.29%
B = 63.12%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#442BBE (or 0x442BBE) is known color: Purple Heart. HEX triplet: 44, 2B and BE. RGB value is (68,43,190). Sum of RGB (Red+Green+Blue) = 68+43+190=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #442BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BBE is #BBD441. Grayscale: #424242. Windows color (decimal): -12309570 or 12462916. OLE color: 12462916.

HSL color Cylindrical-coordinate representation of color #442BBE: hue angle of 250.2º degrees, saturation: 0.63, 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 #442BBE is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 43 190 -
CMYK 0.64 0.77 0 0.25
HSL 250.2º 0.63% 0.46% -
HSV(B) 250.2º 0.77% 0.75% -
XYZ 12.54 6.67 49.34 -
YUV 67.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 68 43 190 0.64 0.77 0 0.25 250.2 0.63 0.46
Hex 44 2B BE 40 4D 0 19 FA 3F 2E
Octal 104 53 276 100 115 0 31 372 77 56
Binary 1000100 101011 10111110 1000000 1001101 0 11001 11111010 111111 101110

Color Harmonies of #442BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BBE

Black with #442BBE

Text Example


Text Example

White with #442BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442BBE; }

 p { color: rgb(68,43,190); }

 H1.HeaderClassName
 {
   color: #442BBE;
 }
 .AnyTagClassName
 {
   color: #442BBE;
 }
</style>

background-color css

<style>
 a { background-color: #442BBE; }

 a { background-color: rgb(68,43,190); }

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

border-color css

<style>
 span { border-color: #442BBE; }

 span { border-color: rgb(68,43,190); }

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