Html Css Color HEX #4431BE Purple Heart

📋 copy color: '#4431BE'

red 68 ◦ green 49 ◦ blue 190

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

Shades of Purple Heart #4431BE

Tints of Purple Heart #4431BE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

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

R = 22.15%
G = 15.96%
B = 61.89%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4431BE (or 0x4431BE) is known color: Purple Heart. HEX triplet: 44, 31 and BE. RGB value is (68,49,190). Sum of RGB (Red+Green+Blue) = 68+49+190=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #4431BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4431BE is #BBCE41. Grayscale: #464646. Windows color (decimal): -12308034 or 12464452. OLE color: 12464452.

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

Color convert

RGB 68 49 190 -
CMYK 0.64 0.74 0 0.25
HSL 248.09º 0.59% 0.47% -
HSV(B) 248.09º 0.74% 0.75% -
XYZ 12.78 7.14 49.42 -
YUV 70.76 195.29 126.04 -
System Red Green Blue C M Y K H S L
Decimal 68 49 190 0.64 0.74 0 0.25 248.09 0.59 0.47
Hex 44 31 BE 40 4A 0 19 F8 3B 2F
Octal 104 61 276 100 112 0 31 370 73 57
Binary 1000100 110001 10111110 1000000 1001010 0 11001 11111000 111011 101111

Color Harmonies of #4431BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4431BE

Black with #4431BE

Text Example


Text Example

White with #4431BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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