Html Css Color HEX #3F0EBA Purple Heart

📋 copy color: '#3F0EBA'

red 63 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #3F0EBA

Tints of Purple Heart #3F0EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.32%

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

R = 23.95%
G = 5.32%
B = 70.72%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F0EBA (or 0x3F0EBA) is known color: Purple Heart. HEX triplet: 3F, 0E and BA. RGB value is (63,14,186). Sum of RGB (Red+Green+Blue) = 63+14+186=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F0EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0EBA is #C0F145. Grayscale: #2F2F2F. Windows color (decimal): -12644678 or 12193343. OLE color: 12193343.

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

Color convert

RGB 63 14 186 -
CMYK 0.66 0.92 0 0.27
HSL 257.09º 0.86% 0.39% -
HSV(B) 257.09º 0.92% 0.73% -
XYZ 11.07 4.92 46.82 -
YUV 48.26 205.73 138.51 -
System Red Green Blue C M Y K H S L
Decimal 63 14 186 0.66 0.92 0 0.27 257.09 0.86 0.39
Hex 3F E BA 42 5C 0 1B 101 56 27
Octal 77 16 272 102 134 0 33 401 126 47
Binary 111111 1110 10111010 1000010 1011100 0 11011 100000001 1010110 100111

Color Harmonies of #3F0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0EBA

Black with #3F0EBA

Text Example


Text Example

White with #3F0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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