Html Css Color HEX #3F2EBA Purple Heart

📋 copy color: '#3F2EBA'

red 63 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #3F2EBA

Tints of Purple Heart #3F2EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.59%

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

R = 21.36%
G = 15.59%
B = 63.05%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F2EBA (or 0x3F2EBA) is known color: Purple Heart. HEX triplet: 3F, 2E and BA. RGB value is (63,46,186). Sum of RGB (Red+Green+Blue) = 63+46+186=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F2EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2EBA is #C0D145. Grayscale: #424242. Windows color (decimal): -12636486 or 12201535. OLE color: 12201535.

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

Color convert

RGB 63 46 186 -
CMYK 0.66 0.75 0 0.27
HSL 247.29º 0.6% 0.45% -
HSV(B) 247.29º 0.75% 0.73% -
XYZ 11.89 6.56 47.09 -
YUV 67.04 195.13 125.12 -
System Red Green Blue C M Y K H S L
Decimal 63 46 186 0.66 0.75 0 0.27 247.29 0.6 0.45
Hex 3F 2E BA 42 4B 0 1B F7 3C 2D
Octal 77 56 272 102 113 0 33 367 74 55
Binary 111111 101110 10111010 1000010 1001011 0 11011 11110111 111100 101101

Color Harmonies of #3F2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2EBA

Black with #3F2EBA

Text Example


Text Example

White with #3F2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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