Html Css Color HEX #4131BE Purple Heart

📋 copy color: '#4131BE'

red 65 ◦ green 49 ◦ blue 190

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

Shades of Purple Heart #4131BE

Tints of Purple Heart #4131BE

RGB

 RED value IS 65 (25.78% from 255) = 21.38%

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

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

R = 21.38%
G = 16.12%
B = 62.5%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4131BE (or 0x4131BE) is known color: Purple Heart. HEX triplet: 41, 31 and BE. RGB value is (65,49,190). Sum of RGB (Red+Green+Blue) = 65+49+190=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #4131BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4131BE is #BECE41. Grayscale: #454545. Windows color (decimal): -12504642 or 12464449. OLE color: 12464449.

HSL color Cylindrical-coordinate representation of color #4131BE: hue angle of 246.81º 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 #4131BE is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 49 190 -
CMYK 0.66 0.74 0 0.25
HSL 246.81º 0.59% 0.47% -
HSV(B) 246.81º 0.74% 0.75% -
XYZ 12.57 7.04 49.41 -
YUV 69.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 65 49 190 0.66 0.74 0 0.25 246.81 0.59 0.47
Hex 41 31 BE 42 4A 0 19 F7 3B 2F
Octal 101 61 276 102 112 0 31 367 73 57
Binary 1000001 110001 10111110 1000010 1001010 0 11001 11110111 111011 101111

Color Harmonies of #4131BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4131BE

Black with #4131BE

Text Example


Text Example

White with #4131BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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