Html Css Color HEX #4402BE Purple Heart

📋 copy color: '#4402BE'

red 68 ◦ green 2 ◦ blue 190

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

Shades of Purple Heart #4402BE

Tints of Purple Heart #4402BE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 26.15%
G = 0.77%
B = 73.08%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4402BE (or 0x4402BE) is known color: Purple Heart. HEX triplet: 44, 02 and BE. RGB value is (68,2,190). Sum of RGB (Red+Green+Blue) = 68+2+190=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #4402BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4402BE is #BBFD41. Grayscale: #2A2A2A. Windows color (decimal): -12320066 or 12452420. OLE color: 12452420.

HSL color Cylindrical-coordinate representation of color #4402BE: hue angle of 261.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4402BE is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 2 190 -
CMYK 0.64 0.99 0 0.25
HSL 261.06º 0.98% 0.38% -
HSV(B) 261.06º 0.99% 0.75% -
XYZ 11.7 4.99 49.06 -
YUV 43.17 210.87 145.71 -
System Red Green Blue C M Y K H S L
Decimal 68 2 190 0.64 0.99 0 0.25 261.06 0.98 0.38
Hex 44 2 BE 40 63 0 19 105 62 26
Octal 104 2 276 100 143 0 31 405 142 46
Binary 1000100 10 10111110 1000000 1100011 0 11001 100000101 1100010 100110

Color Harmonies of #4402BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4402BE

Black with #4402BE

Text Example


Text Example

White with #4402BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4402BE; }

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

 H1.HeaderClassName
 {
   color: #4402BE;
 }
 .AnyTagClassName
 {
   color: #4402BE;
 }
</style>

background-color css

<style>
 a { background-color: #4402BE; }

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

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

border-color css

<style>
 span { border-color: #4402BE; }

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

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