Html Css Color HEX #3F29BE Purple Heart

📋 copy color: '#3F29BE'

red 63 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #3F29BE

Tints of Purple Heart #3F29BE

RGB

 RED value IS 63 (25% from 255) = 21.43%

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

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

R = 21.43%
G = 13.95%
B = 64.63%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F29BE (or 0x3F29BE) is known color: Purple Heart. HEX triplet: 3F, 29 and BE. RGB value is (63,41,190). Sum of RGB (Red+Green+Blue) = 63+41+190=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F29BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F29BE is #C0D641. Grayscale: #3F3F3F. Windows color (decimal): -12637762 or 12462399. OLE color: 12462399.

HSL color Cylindrical-coordinate representation of color #3F29BE: hue angle of 248.86º 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 #3F29BE is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 41 190 -
CMYK 0.67 0.78 0 0.25
HSL 248.86º 0.65% 0.45% -
HSV(B) 248.86º 0.78% 0.75% -
XYZ 12.14 6.36 49.3 -
YUV 64.56 198.79 126.88 -
System Red Green Blue C M Y K H S L
Decimal 63 41 190 0.67 0.78 0 0.25 248.86 0.65 0.45
Hex 3F 29 BE 43 4E 0 19 F9 41 2D
Octal 77 51 276 103 116 0 31 371 101 55
Binary 111111 101001 10111110 1000011 1001110 0 11001 11111001 1000001 101101

Color Harmonies of #3F29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F29BE

Black with #3F29BE

Text Example


Text Example

White with #3F29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F29BE; }

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

 H1.HeaderClassName
 {
   color: #3F29BE;
 }
 .AnyTagClassName
 {
   color: #3F29BE;
 }
</style>

background-color css

<style>
 a { background-color: #3F29BE; }

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

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

border-color css

<style>
 span { border-color: #3F29BE; }

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

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