Html Css Color HEX #3F0FBE Purple Heart

📋 copy color: '#3F0FBE'

red 63 ◦ green 15 ◦ blue 190

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

Shades of Purple Heart #3F0FBE

Tints of Purple Heart #3F0FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

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

R = 23.51%
G = 5.6%
B = 70.9%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F0FBE (or 0x3F0FBE) is known color: Purple Heart. HEX triplet: 3F, 0F and BE. RGB value is (63,15,190). Sum of RGB (Red+Green+Blue) = 63+15+190=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F0FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FBE is #C0F041. Grayscale: #303030. Windows color (decimal): -12644418 or 12455743. OLE color: 12455743.

HSL color Cylindrical-coordinate representation of color #3F0FBE: hue angle of 256.46º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0FBE is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 15 190 -
CMYK 0.67 0.92 0 0.25
HSL 256.46º 0.85% 0.4% -
HSV(B) 256.46º 0.92% 0.75% -
XYZ 11.51 5.12 49.1 -
YUV 49.3 207.4 137.77 -
System Red Green Blue C M Y K H S L
Decimal 63 15 190 0.67 0.92 0 0.25 256.46 0.85 0.4
Hex 3F F BE 43 5C 0 19 100 55 28
Octal 77 17 276 103 134 0 31 400 125 50
Binary 111111 1111 10111110 1000011 1011100 0 11001 100000000 1010101 101000

Color Harmonies of #3F0FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0FBE

Black with #3F0FBE

Text Example


Text Example

White with #3F0FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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