Html Css Color HEX #4434BE Purple Heart

📋 copy color: '#4434BE'

red 68 ◦ green 52 ◦ blue 190

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

Shades of Purple Heart #4434BE

Tints of Purple Heart #4434BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

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

R = 21.94%
G = 16.77%
B = 61.29%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4434BE (or 0x4434BE) is known color: Purple Heart. HEX triplet: 44, 34 and BE. RGB value is (68,52,190). Sum of RGB (Red+Green+Blue) = 68+52+190=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #4434BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4434BE is #BBCB41. Grayscale: #474747. Windows color (decimal): -12307266 or 12465220. OLE color: 12465220.

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

Color convert

RGB 68 52 190 -
CMYK 0.64 0.73 0 0.25
HSL 246.96º 0.57% 0.47% -
HSV(B) 246.96º 0.73% 0.75% -
XYZ 12.91 7.4 49.46 -
YUV 72.52 194.3 124.78 -
System Red Green Blue C M Y K H S L
Decimal 68 52 190 0.64 0.73 0 0.25 246.96 0.57 0.47
Hex 44 34 BE 40 49 0 19 F7 39 2F
Octal 104 64 276 100 111 0 31 367 71 57
Binary 1000100 110100 10111110 1000000 1001001 0 11001 11110111 111001 101111

Color Harmonies of #4434BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4434BE

Black with #4434BE

Text Example


Text Example

White with #4434BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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