Html Css Color HEX #3F2CBA Purple Heart

📋 copy color: '#3F2CBA'

red 63 ◦ green 44 ◦ blue 186

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

Shades of Purple Heart #3F2CBA

Tints of Purple Heart #3F2CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.02%

 BLUE value IS 186 (73.05% from 255) = 63.48%

R = 21.5%
G = 15.02%
B = 63.48%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F2CBA (or 0x3F2CBA) is known color: Purple Heart. HEX triplet: 3F, 2C and BA. RGB value is (63,44,186). Sum of RGB (Red+Green+Blue) = 63+44+186=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F2CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2CBA is #C0D345. Grayscale: #414141. Windows color (decimal): -12636998 or 12201023. OLE color: 12201023.

HSL color Cylindrical-coordinate representation of color #3F2CBA: hue angle of 248.03º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F2CBA is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 44 186 -
CMYK 0.66 0.76 0 0.27
HSL 248.03º 0.62% 0.45% -
HSV(B) 248.03º 0.76% 0.73% -
XYZ 11.81 6.4 47.07 -
YUV 65.87 195.79 125.95 -
System Red Green Blue C M Y K H S L
Decimal 63 44 186 0.66 0.76 0 0.27 248.03 0.62 0.45
Hex 3F 2C BA 42 4C 0 1B F8 3E 2D
Octal 77 54 272 102 114 0 33 370 76 55
Binary 111111 101100 10111010 1000010 1001100 0 11011 11111000 111110 101101

Color Harmonies of #3F2CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2CBA

Black with #3F2CBA

Text Example


Text Example

White with #3F2CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,44,186); }

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

background-color css

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

 a { background-color: rgb(63,44,186); }

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

border-color css

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

 span { border-color: rgb(63,44,186); }

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