Html Css Color HEX #3F2ABA Purple Heart

📋 copy color: '#3F2ABA'

red 63 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #3F2ABA

Tints of Purple Heart #3F2ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.43%

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

R = 21.65%
G = 14.43%
B = 63.92%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F2ABA (or 0x3F2ABA) is known color: Purple Heart. HEX triplet: 3F, 2A and BA. RGB value is (63,42,186). Sum of RGB (Red+Green+Blue) = 63+42+186=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F2ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2ABA is #C0D545. Grayscale: #404040. Windows color (decimal): -12637510 or 12200511. OLE color: 12200511.

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

Color convert

RGB 63 42 186 -
CMYK 0.66 0.77 0 0.27
HSL 248.75º 0.63% 0.45% -
HSV(B) 248.75º 0.77% 0.73% -
XYZ 11.74 6.26 47.04 -
YUV 64.7 196.46 126.79 -
System Red Green Blue C M Y K H S L
Decimal 63 42 186 0.66 0.77 0 0.27 248.75 0.63 0.45
Hex 3F 2A BA 42 4D 0 1B F9 3F 2D
Octal 77 52 272 102 115 0 33 371 77 55
Binary 111111 101010 10111010 1000010 1001101 0 11011 11111001 111111 101101

Color Harmonies of #3F2ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2ABA

Black with #3F2ABA

Text Example


Text Example

White with #3F2ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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