Html Css Color HEX #4129BE Purple Heart

📋 copy color: '#4129BE'

red 65 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #4129BE

Tints of Purple Heart #4129BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 21.96%
G = 13.85%
B = 64.19%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4129BE (or 0x4129BE) is known color: Purple Heart. HEX triplet: 41, 29 and BE. RGB value is (65,41,190). Sum of RGB (Red+Green+Blue) = 65+41+190=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #4129BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4129BE is #BED641. Grayscale: #404040. Windows color (decimal): -12506690 or 12462401. OLE color: 12462401.

HSL color Cylindrical-coordinate representation of color #4129BE: hue angle of 249.66º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4129BE is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 41 190 -
CMYK 0.66 0.78 0 0.25
HSL 249.66º 0.65% 0.45% -
HSV(B) 249.66º 0.78% 0.75% -
XYZ 12.27 6.43 49.31 -
YUV 65.16 198.45 127.88 -
System Red Green Blue C M Y K H S L
Decimal 65 41 190 0.66 0.78 0 0.25 249.66 0.65 0.45
Hex 41 29 BE 42 4E 0 19 FA 41 2D
Octal 101 51 276 102 116 0 31 372 101 55
Binary 1000001 101001 10111110 1000010 1001110 0 11001 11111010 1000001 101101

Color Harmonies of #4129BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4129BE

Black with #4129BE

Text Example


Text Example

White with #4129BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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